MMediatorCommandObserver Class Reference

class MMediatorCommandObserver

An observer interface for receiving Mediator Service commands.

Since
S60 3.1

Member Functions Documentation

CancelMediatorCommandL(TUid, TUid, TInt)

void CancelMediatorCommandL ( TUid aDomain,
TUid aCategory,
TInt aCommandId
) [pure virtual]

Cancel a Mediator Service command.

Since
S60 3.1

Parameters

TUid aDomain The identifier of the domain
TUid aCategory The identifier of the category.
TInt aCommandId The identifier of the command.

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

void MediatorCommandL ( TUid aDomain,
TUid aCategory,
TInt aCommandId,
TVersion aVersion,
const TDesC8 & aData
) [pure virtual]

A Mediator Service command.

Since
S60 3.1

Parameters

TUid aDomain The identifier of the domain
TUid aCategory The identifier of the category.
TInt aCommandId The identifier of the command.
TVersion aVersion The version information of the command.
const TDesC8 & aData The parameters of the command.

MediatorCommandTimeoutL(TUid, TUid, TInt)

void MediatorCommandTimeoutL ( TUid aDomain,
TUid aCategory,
TInt aCommandId
) [pure virtual]

Mediator command timeout has occurred

Since
S60 3.1

Parameters

TUid aDomain The identifier of the domain
TUid aCategory The identifier of the category.
TInt aCommandId The identifier of the command.