class MMsgStoreObserver |
This class defines the message store observation API.
This class defines the abstract interface for the message store observer.
Public Member Functions | |
---|---|
void | AccountEventNotify(TMsgStoreAccountEvent, TInt32, const TDesC &, const TDesC &, TMsgStoreId) |
void | SystemEventNotify(TMsgStoreSystemEvent) |
void | AccountEventNotify | ( | TMsgStoreAccountEvent | aEvent, |
TInt32 | aOwnerId, | |||
const TDesC & | aName, | |||
const TDesC & | aNewName, | |||
TMsgStoreId | aMailboxId | |||
) | [pure virtual] |
Notifies the observer of account events.
Note that the observer will not be notified of modifications that are performed from the observer's own message store session.
KNullDesC otherwise /param aMailboxId - the ID of the mailbox
TMsgStoreAccountEvent aEvent | |
TInt32 aOwnerId | |
const TDesC & aName | |
const TDesC & aNewName | |
TMsgStoreId aMailboxId |
void | SystemEventNotify | ( | TMsgStoreSystemEvent | aEvent | ) | [pure virtual] |
Notifies the observer of system events.
TMsgStoreSystemEvent aEvent |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.