MProEngActiveProfileObserver Class Reference
#include
<mw/MProEngActiveProfileObserver.h>
Link against: ProfileEngine.lib
class MProEngActiveProfileObserver |
Detailed Description
Active profile modification observer interface. Implement this interface to get notifications of changes in the active profile data.
Constructor & Destructor Documentation
~MProEngActiveProfileObserver ( )
~MProEngActiveProfileObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleActiveProfileModifiedL ( )
void | HandleActiveProfileModifiedL | ( | ) | [pure virtual] |
Abstract method for handling active profile modification event. This method is called when the current active profile has been modified some way. Note, this doesn't get events if a profile is activated, for that implement MProEngProfileActivationObserver.
HandleActiveProfileNotificationError ( TInt )
void | HandleActiveProfileNotificationError | ( | TInt | | ) | [inline, virtual] |
Error handler for handling the errors in the active profile modification notification process. If
HandleActiveProfileModifiedL() leaves, this method is called with the leave code. This method has default empty implementation.
- Since
- S60 3.1