MMediatorEventObserver Class Reference

class MMediatorEventObserver

An observer interface for receiving Mediator Service events.

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

Member Functions Documentation

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

void MediatorEventL ( TUid aDomain,
TUid aCategory,
TInt aEventId,
const TDesC8 & aData
) [pure virtual]

A Mediator Service event.

Since
S60 3.1

Parameters

TUid aDomain The identifier of the domain.
TUid aCategory The identifier of the category.
TInt aEventId The identifier of the event.
const TDesC8 & aData The parameters of the event.