class TDummyMsvSessionObserver : public MMsvSessionObserver |
Public Member Functions | |
---|---|
void | HandleSessionEventL ( TMsvSessionEvent , TAny *, TAny *, TAny *) |
Inherited Enumerations | |
---|---|
MMsvSessionObserver:TMsvSessionEvent |
void | HandleSessionEventL | ( | TMsvSessionEvent | aEvent, |
TAny * | aArg1, | |||
TAny * | aArg2, | |||
TAny * | aArg3 | |||
) | [virtual] |
Indicates an event has occurred.
The type of event is indicated by the value of aEvent. The interpretation of the TAny arguments depends on this type.
For most event types, the action that is taken, for example, updating the display, is client-specific. All clients though should respond to EMsvCloseSession and EMsvServerTerminated events.
TMsvSessionEvent aEvent | Indicates the event type. |
TAny * aArg1 | Event type-specific argument value |
TAny * aArg2 | Event type-specific argument value |
TAny * aArg3 | Event type-specific argument value |
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.