MProEngActiveProfileObserver Class Reference

#include <mw/MProEngActiveProfileObserver.h>

Link against: ProfileEngine.lib

class MProEngActiveProfileObserver
Public Member Functions
pure virtual voidHandleActiveProfileModifiedL()
virtual voidHandleActiveProfileNotificationError(TInt)
Protected Member Functions
virtual ~MProEngActiveProfileObserver()

Detailed Description

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

Since
Series 60 3.1

Constructor & Destructor Documentation

~MProEngActiveProfileObserver ( )

~MProEngActiveProfileObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

HandleActiveProfileModifiedL ( )

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

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