|
||
class MMsvEntryObserver;
Provides the interface for notification of events associated with an entry.
The types of event are given in the enumeration TMsvEntryEvent. Clients can provide an object that implements the interface,
and set it to be notified through CMsvEntry::AddObserverL(MMsvEntryObserver &)
.
Defined in MMsvEntryObserver
:
EMsvChildrenChanged
One or more of the children have been changed. aArg1 points to a CMsvEntrySelect...EMsvChildrenInvalid
An error has occurred such that the status of the children is unknown and probab...EMsvChildrenMissing
Some new children have been created, but CMsvEntry was unable to retrieve the da...EMsvContextInvalid
The context has become invalid. The entry has been changed, but the CMsvEntry wa...EMsvDeletedChildren
Children have been deleted. aArg1 points to a CMsvEntrySelection contain the ID ...EMsvEntryChanged
The entry has been changed, either as a result of a CMsvEntry::ChangeL(const TMs...EMsvEntryDeleted
The entry has been deleted by another client. The context is now invalid. EMsvEntryMoved
The current entry has been moved by another client. The CMsvEntry has already be...EMsvNewChildren
New children have been created. aArg1 points to a CMsvEntrySelection contain the...HandleEntryEventL(TMsvEntryEvent,TAny *,TAny *,TAny *)
Indicates when called by a CMsvEntry object that an event has occurred.TMsvEntryEvent
Defines entry event types. virtual void HandleEntryEventL(TMsvEntryEvent aEvent, TAny *aArg1, TAny *aArg2, TAny *aArg3)=0;
Indicates when called by a CMsvEntry
object that an event has occurred.
The type of event is indicated by the value of aEvent. The interpretation of the aArg1-3 values depends on this type. For most event types, the action that is taken, for example, updating the display, is client-specific. Most clients will need to handle events that make the current context invalid: EMsvContextInvalid and EMsvEntryDeleted.
An implementation can leave if an error occurs. The leave is not trapped by the framework, so the error code may be displayed to the user.
|
TMsvEntryEvent
Defines entry event types.
|