MProEngProfileNameArrayObserver Class Reference
#include
<mw/MProEngProfileNameArrayObserver.h>
Link against: ProfileEngine.lib
class MProEngProfileNameArrayObserver |
Detailed Description
Profile name array modification observer interface. Implement this interface to get notifications of changes in the data of a selected profile.
Constructor & Destructor Documentation
~MProEngProfileNameArrayObserver ( )
~MProEngProfileNameArrayObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleProfileNameArrayModificationL ( )
void | HandleProfileNameArrayModificationL | ( | ) | [pure virtual] |
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:
a profile has been created,
a profile has been deleted,
the name of a profile has been changed. Note, that when there has been many simultaneous changes in Profiles data so that it cannot be identified what has changed, then this method may be called even if nothing hasn't actually changed in the name array content.
- Since
- S60 3.1
HandleProfileNameArrayNotificationError ( TInt )
void | HandleProfileNameArrayNotificationError | ( | TInt | | ) | [inline, virtual] |
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.
- Since
- S60 3.1