MProEngProfileObserver Class Reference
class MProEngProfileObserver
|
Profile 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
Private Member Functions
|
MProEngProfileObserverExt *
|
Extension
()
|
Constructor & Destructor Documentation
~MProEngProfileObserver()
~MProEngProfileObserver
|
(
|
)
|
[protected, inline, virtual]
|
Member Functions Documentation
Extension()
MProEngProfileObserverExt *
|
Extension
|
(
|
)
|
[private, inline, virtual]
|
This member is internal and not intended for use.
HandleProfileModifiedL(TInt)
void
|
HandleProfileModifiedL
|
(
|
TInt
|
aProfileId
|
)
|
[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
Parameters
TInt
aProfileId
|
The 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)
void
|
HandleProfileNotificationError
|
(
|
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
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.