MMediatorCommandResponseObserver Class Reference

class MMediatorCommandResponseObserver

An observer interface for receiving responses to Mediator Service commands.

Since
S60 3.1
Public Member Functions
voidCommandResponseL(TUid, TUid, TInt, TInt, const TDesC8 &)

Member Functions Documentation

CommandResponseL(TUid, TUid, TInt, TInt, const TDesC8 &)

voidCommandResponseL(TUidaDomain,
TUidaCategory,
TIntaCommandId,
TIntaStatus,
const TDesC8 &aData
)[pure virtual]

A response to 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.
TInt aStatusStandard Symbian error code indicating the success of the command.
const TDesC8 & aDataThe parameters of the response.