MProEngNotifyHandler Class Reference
class MProEngNotifyHandler |
Profiles change notification handler. This class is used for registration to get notifications about changes in Profiles data.
ProfileEngine.lib
- Since
- S60 3.1
Private Member Functions |
---|
MProEngNotifyHandlerExt * | Extension() |
Constructor & Destructor Documentation
~MProEngNotifyHandler()
~MProEngNotifyHandler | ( | ) | [inline, virtual] |
Member Functions Documentation
CancelActiveProfileNotifications()
void | CancelActiveProfileNotifications | ( | ) | [pure virtual] |
Cancel the registration for receiving notifications about the active profile modification events.
- Since
- S60 3.1
CancelAll()
void | CancelAll | ( | ) | [pure virtual] |
Cancel all the registrations for receiving notifications.
- Since
- Series 60 3.1
CancelProfileActivationNotifications()
void | CancelProfileActivationNotifications | ( | ) | [pure virtual] |
Cancel the registration for receiving notifications about profile activation events.
- Since
- S60 3.1
CancelProfileNameArrayNotifications()
void | CancelProfileNameArrayNotifications | ( | ) | [pure virtual] |
Cancel the registration for receiving notifications about the changes in the profile name array.
- Since
- S60 3.1
CancelProfileNotifications(TInt)
void | CancelProfileNotifications | ( | TInt | aProfileId | ) | [pure virtual] |
Cancel the registration for receiving notifications about the given profile modification events.
- Since
- S60 3.1
Parameters
TInt aProfileId | The ID of the profile for which the client wants to cancel the receiving of modification events. |
Extension()
MProEngNotifyHandlerExt * | Extension | ( | ) | [private, inline, virtual] |
This member is internal and not intended for use.
RequestActiveProfileNotificationsL(MProEngActiveProfileObserver &)
Request notifications of active profile modifications. The notifications are received as long as
CancelActiveProfileNotifications() or
CancelAll() is called. If the client wants to change the observer, he should first cancel these notifications and then re-request them with the new observer instance.
- Since
- S60 3.1
RequestProfileActivationNotificationsL(MProEngProfileActivationObserver &)
Request notifications of profile activations. The notifications are received as long as
CancelProfileActivationNotifications() or
CancelAll() is called. If the client wants to change the observer, he should first cancel these notifications and then re-request them with the new observer instance.
- Since
- S60 3.1
RequestProfileNameArrayNotificationsL(MProEngProfileNameArrayObserver &)
Request notifications about changes in the profile name array. This includes the cases when: a new profile has been created, a profile has been deleted, the name of a profile has been changed. The notifications are received as long as
CancelProfileNameArrayNotifications() or
CancelAll() is called. If the client wants to change the observer, he should first cancel these notifications and then re-request them with the new observer instance.
- Since
- S60 3.1
RequestProfileNotificationsL(MProEngProfileObserver &, TInt)
Request notifications about changes in the given profile. This is useful for cases when the client is interested about changes in a specific profile no matter if the profile is active or not. The notifications are received as long as
CancelProfileNotifications() or
CancelAll() is called. If the client wants to change the observer for the notifications about the same profile, he should first cancel these notifications and then re-request them with the new observer instance.
- Since
- S60 3.1
Parameters
MProEngProfileObserver & aObserver | Reference to the observer to be notified in the event of modification of the specified profile. |
TInt aProfileId | the ID of the profile the changes of which has to be notified. |
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.