CMediatorEventConsumer Class Reference
class CMediatorEventConsumer : public CBase |
A class used for receiving Mediator Service events.
MediatorClient.lib
- Since
- S60 3.1
Private Attributes |
---|
CMediatorEventConsumerBody * | iBody |
Constructor & Destructor Documentation
CMediatorEventConsumer()
CMediatorEventConsumer | ( | ) | [private] |
~CMediatorEventConsumer()
~CMediatorEventConsumer | ( | ) | [virtual] |
Member Functions Documentation
ConstructL(MMediatorEventObserver *)
By default Symbian 2nd phase constructor is private.
NewL(MMediatorEventObserver *)
SubscribeEvent(TUid, TUid, const MediatorService::REventList &)
Subscibe an event list. Raised events from the list will be delivered via the observer interface.
SubscribeEvent(TUid, TUid, TInt, TVersion)
Subscibe an event. Raised events will be delivered via the observer interface.
Parameters
TUid aDomain | The identifier of the domain. |
TUid aCategory | The identifier of the category. |
TInt aEventId | The identifier of the event. |
TVersion aVersion | Version information of the event |
UnsubscribeEvent(TUid, TUid, const MediatorService::REventList &)
UnsubscribeEvent(TUid, TUid, TInt)
Parameters
TUid aDomain | The identifier of the domain. |
TUid aCategory | The identifier of the category. |
TInt aEventId | The identifier of the event. |
Member Data Documentation
CMediatorEventConsumerBody * iBody
CMediatorEventConsumerBody * | iBody | [private] |
Pointer to implementation class Own.
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.