MMediatorNotifications Class Reference
class MMediatorNotifications
|
An observer interface for receiving command/event notifications.
MediatorClient.lib
-
Since
-
S60 3.1
Member Functions Documentation
MediatorCategoryRemovedL(TUid, TUid)
void
|
MediatorCategoryRemovedL
|
(
|
TUid
|
aDomain,
|
|
TUid
|
aCategory
|
|
)
|
[pure virtual]
|
A category has been removed. All subscriptions are cancelled.
Parameters
TUid
aDomain
|
The identifier of the domain.
|
TUid
aCategory
|
The identifier of the category.
|
MediatorCommandsAddedL(TUid, TUid, const MediatorService::RCommandList &)
New commands have been registered. The commands can now be subscribed. The list can contain 1-n new commands into the category.
MediatorCommandsRemovedL(TUid, TUid, const MediatorService::RCommandList &)
List of commands have been removed. All subscriptions are cancelled. List can contain 1-n commands from the specified category.
MediatorEventsAddedL(TUid, TUid, const MediatorService::REventList &)
Events have been registered. The events can now be subscribed. The list can contain 1-n new events into the category.
Parameters
TUid
aDomain
|
The identifier of the domain.
|
TUid
aCategory
|
The identifier of the category.
|
const
MediatorService::REventList
& aEvents
|
The list of events that have been registered.
|
MediatorEventsRemovedL(TUid, TUid, const MediatorService::REventList &)
List of events has been removed. All subscriptions are cancelled. List can contain 1-n events from the specified category.
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.