MMediatorServiceObserver Class Reference

class MMediatorServiceObserver

An observer interface for receiving responses to Mediator Service commands.

telephonyservice.lib
Since
S60 v5.1
Public Member Functions
void CommandResponseL (const TDesC8 &)
void MediatorEventL (const TDesC8 &)

Member Functions Documentation

CommandResponseL(const TDesC8 &)

void CommandResponseL ( const TDesC8 & aData ) [pure virtual]

A response to a Mediator Service command.

Since
S60 5.1

Parameters

const TDesC8 & aData The parameters of the response.

MediatorEventL(const TDesC8 &)

void MediatorEventL ( const TDesC8 & aData ) [pure virtual]

A Mediator Service event.

Since
S60 5.1

Parameters

const TDesC8 & aData The parameters received with the event.