MProEngProfileNameArrayObserver Class Reference

class MProEngProfileNameArrayObserver

Profile name array modification observer interface. Implement this interface to get notifications of changes in the data of a selected profile.

ProfileEngine.lib
Since
Series 60 3.1
Public Member Functions
void HandleProfileNameArrayModificationL ()
void HandleProfileNameArrayNotificationError ( TInt )
Protected Member Functions
~MProEngProfileNameArrayObserver ()
Private Member Functions
MProEngProfileNameArrayObserverExt * Extension ()

Constructor & Destructor Documentation

~MProEngProfileNameArrayObserver()

~MProEngProfileNameArrayObserver ( ) [protected, inline, virtual]

Destructor.

Member Functions Documentation

Extension()

MProEngProfileNameArrayObserverExt * Extension ( ) [private, inline, virtual]

This member is internal and not intended for use.

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

Parameters

TInt