MMediatorEventObserver Class Reference

class MMediatorEventObserver

An observer interface for receiving Mediator Service events.

MediatorClient.lib
Since
S60 3.1
Public Member Functions
voidMediatorEventL(TUid, TUid, TInt, const TDesC8 &)

Member Functions Documentation

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

voidMediatorEventL(TUidaDomain,
TUidaCategory,
TIntaEventId,
const TDesC8 &aData
)[pure virtual]

A Mediator Service event.

Since
S60 3.1

Parameters

TUid aDomainThe identifier of the domain.
TUid aCategoryThe identifier of the category.
TInt aEventIdThe identifier of the event.
const TDesC8 & aDataThe parameters of the event.