MProEngProfileObserver Class Reference
#include
<mw/MProEngProfileObserver.h>
Link against: ProfileEngine.lib
class MProEngProfileObserver |
Detailed Description
Profile modification observer interface. Implement this interface to get notifications of changes in the data of a selected profile.
Constructor & Destructor Documentation
~MProEngProfileObserver ( )
~MProEngProfileObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleProfileModifiedL ( TInt )
void | HandleProfileModifiedL | ( | TInt | aProfileId | ) | [pure virtual] |
Abstract method for handling profile modification event. This method is called when one of client chosen profiles has been modified some way.
- Since
- S60 3.1
Parameter | Description | aProfileId | The ID of the profile that was modified. If there has been many simultaneous changes in Profiles data, so that one profile cannot be identified, this is KErrNotFound. In this case, client gets this notification as many times as there are profiles he has requested notifications about. The savest way is to use own handlers for every profile of interest. |
HandleProfileNotificationError ( TInt )
void | HandleProfileNotificationError | ( | TInt | | ) | [inline, virtual] |
Error handler for handling the errors in the profile modification notification process. If
HandleProfileModifiedL() leaves, this method is called with the leave code. This method has default empty implementation.
- Since
- S60 3.1