MMediatorCommandResponseObserver Class Reference

class MMediatorCommandResponseObserver

An observer interface for receiving responses to Mediator Service commands.

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

Member Functions Documentation

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

void CommandResponseL ( TUid aDomain,
TUid aCategory,
TInt aCommandId,
TInt aStatus,
const TDesC8 & aData
) [pure virtual]

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