| class MMsvStoreObserver |
Observer interface to get events relating to a message store.
This is used in the derivation of CMsvServerEntry and CMsvEntry.
| Public Member Functions | |
|---|---|
| void | HandleStoreEvent(TMsvStoreEvent, TMsvId) |
| Public Member Enumerations | |
|---|---|
| enum | TMsvStoreEvent { EMsvReadStoreClosed, EMsvEditStoreClosed } |
| void | HandleStoreEvent | ( | TMsvStoreEvent | aEvent, |
| TMsvId | aId | |||
| ) | [pure virtual] | |||
Receives a message store event.
| TMsvStoreEvent aEvent | Event type |
| TMsvId aId | ID of the message to which the event relates |