MStartupAdaptationObserver Class Reference

class MStartupAdaptationObserver

An observer interface used by the adaptation to return responses and deliver events.

Since
S60 3.2
Public Member Functions
void EventL (const StartupAdaptation::TEvent , TDesC8 &)
void ResponseL (const StartupAdaptation::TCommand , TDesC8 &)

Member Functions Documentation

EventL(const StartupAdaptation::TEvent, TDesC8 &)

void EventL ( const StartupAdaptation::TEvent aEventId,
TDesC8 & aData
) [pure virtual]

An event from Adaptation.

Since
S60 3.2

Parameters

const StartupAdaptation::TEvent aEventId A command identifier.
TDesC8 & aData Data associated with the response.

ResponseL(const StartupAdaptation::TCommand, TDesC8 &)

void ResponseL ( const StartupAdaptation::TCommand aCommandId,
TDesC8 & aData
) [pure virtual]

A response to a command.

Since
S60 3.2

Parameters

const StartupAdaptation::TCommand aCommandId A command identifier.
TDesC8 & aData Data associated with the response.