API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengprofilenamearrayobserver.h>
Implement this interface to get notifications of changes in the data of a selected profile.
Public Member Functions |
|
virtual void | HandleProfileNameArrayModificationL ()=0 |
Abstract method for handling profile name array modification event. |
|
virtual void | HandleProfileNameArrayNotificationError (TInt) |
Error handler for handling the errors in the profile name array modification notification process. |
|
Protected Member Functions |
|
virtual | ~MProEngProfileNameArrayObserver () |
Destructor. |
|
Destructor. |
|
Abstract method for handling profile name array modification event. This method is called when the contents of profile name array is changed some way. These cases include:
|
|
Error handler for handling the errors in the profile name array modification notification process. If HandleProfileNameArrayModificationL() leaves, this method is called with the leave code. This method has default empty implementation.
|