MProEngProfileObserver Class Reference

#include <mw/MProEngProfileObserver.h>

Link against: ProfileEngine.lib

class MProEngProfileObserver
Public Member Functions
pure virtual voidHandleProfileModifiedL(TInt)
virtual voidHandleProfileNotificationError(TInt)
Protected Member Functions
virtual ~MProEngProfileObserver()

Detailed Description

Profile 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

~MProEngProfileObserver ( )

~MProEngProfileObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

HandleProfileModifiedL ( TInt )

voidHandleProfileModifiedL(TIntaProfileId)[pure virtual]
Abstract method for handling profile modification event. This method is called when one of client chosen profiles has been modified some way.
Since
S60 3.1
ParameterDescription
aProfileIdThe ID of the profile that was modified. If there has been many simultaneous changes in Profiles data, so that one profile cannot be identified, this is KErrNotFound. In this case, client gets this notification as many times as there are profiles he has requested notifications about. The savest way is to use own handlers for every profile of interest.

HandleProfileNotificationError ( TInt )

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