API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengprofileobserver.h>
Implement this interface to get notifications of changes in the data of a selected profile.
Public Member Functions |
|
virtual void | HandleProfileModifiedL (TInt aProfileId)=0 |
Abstract method for handling profile modification event. |
|
virtual void | HandleProfileNotificationError (TInt) |
Error handler for handling the errors in the profile modification notification process. |
|
Protected Member Functions |
|
virtual | ~MProEngProfileObserver () |
Destructor. |
|
Destructor. |
|
Abstract method for handling profile modification event. This method is called when one of client chosen profiles has been modified some way.
|
|
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.
|