MProEngActiveProfileObserver Class Reference

class MProEngActiveProfileObserver

Active profile modification observer interface. Implement this interface to get notifications of changes in the active profile data.

ProfileEngine.lib
Since
Series 60 3.1
Public Member Functions
void HandleActiveProfileModifiedL ()
void HandleActiveProfileNotificationError ( TInt )
Protected Member Functions
~MProEngActiveProfileObserver ()
Private Member Functions
MProEngActiveProfileObserverExt * Extension ()

Constructor & Destructor Documentation

~MProEngActiveProfileObserver()

~MProEngActiveProfileObserver ( ) [protected, inline, virtual]

Destructor.

Member Functions Documentation

Extension()

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

This member is internal and not intended for use.

HandleActiveProfileModifiedL()

void HandleActiveProfileModifiedL ( ) [pure virtual]

Abstract method for handling active profile modification event. This method is called when the current active profile has been modified some way. Note, this doesn't get events if a profile is activated, for that implement MProEngProfileActivationObserver .

Since
Series 60 3.1

HandleActiveProfileNotificationError(TInt)

void HandleActiveProfileNotificationError ( TInt ) [inline, virtual]
Error handler for handling the errors in the active profile modification notification process. If HandleActiveProfileModifiedL() leaves, this method is called with the leave code. This method has default empty implementation.
Since
S60 3.1

Parameters

TInt