MProEngProfileNameArrayObserver Class Reference

#include <mw/MProEngProfileNameArrayObserver.h>

Link against: ProfileEngine.lib

class MProEngProfileNameArrayObserver
Public Member Functions
pure virtual voidHandleProfileNameArrayModificationL()
virtual voidHandleProfileNameArrayNotificationError(TInt)
Protected Member Functions
virtual ~MProEngProfileNameArrayObserver()

Detailed Description

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

Since
Series 60 3.1

Constructor & Destructor Documentation

~MProEngProfileNameArrayObserver ( )

~MProEngProfileNameArrayObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

HandleProfileNameArrayModificationL ( )

voidHandleProfileNameArrayModificationL()[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 )

voidHandleProfileNameArrayNotificationError(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