MMediatorServiceObserver Class Reference

class MMediatorServiceObserver

An observer interface for receiving responses to Mediator Service commands.

telephonyservice.lib
Since
S60 v5.1
Public Member Functions
voidCommandResponseL(const TDesC8 &)
voidMediatorEventL(const TDesC8 &)

Member Functions Documentation

CommandResponseL(const TDesC8 &)

voidCommandResponseL(const TDesC8 &aData)[pure virtual]

A response to a Mediator Service command.

Since
S60 5.1

Parameters

const TDesC8 & aDataThe parameters of the response.

MediatorEventL(const TDesC8 &)

voidMediatorEventL(const TDesC8 &aData)[pure virtual]

A Mediator Service event.

Since
S60 5.1

Parameters

const TDesC8 & aDataThe parameters received with the event.