MMediatorCommandObserver Class Reference

class MMediatorCommandObserver

An observer interface for receiving Mediator Service commands.

Since
S60 3.1

Member Functions Documentation

CancelMediatorCommandL(TUid, TUid, TInt)

voidCancelMediatorCommandL(TUidaDomain,
TUidaCategory,
TIntaCommandId
)[pure virtual]

Cancel a Mediator Service command.

Since
S60 3.1

Parameters

TUid aDomainThe identifier of the domain
TUid aCategoryThe identifier of the category.
TInt aCommandIdThe identifier of the command.

MediatorCommandL(TUid, TUid, TInt, TVersion, const TDesC8 &)

voidMediatorCommandL(TUidaDomain,
TUidaCategory,
TIntaCommandId,
TVersionaVersion,
const TDesC8 &aData
)[pure virtual]

A Mediator Service command.

Since
S60 3.1

Parameters

TUid aDomainThe identifier of the domain
TUid aCategoryThe identifier of the category.
TInt aCommandIdThe identifier of the command.
TVersion aVersionThe version information of the command.
const TDesC8 & aDataThe parameters of the command.

MediatorCommandTimeoutL(TUid, TUid, TInt)

voidMediatorCommandTimeoutL(TUidaDomain,
TUidaCategory,
TIntaCommandId
)[pure virtual]

Mediator command timeout has occurred

Since
S60 3.1

Parameters

TUid aDomainThe identifier of the domain
TUid aCategoryThe identifier of the category.
TInt aCommandIdThe identifier of the command.