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
voidEventL(const StartupAdaptation::TEvent, TDesC8 &)
voidResponseL(const StartupAdaptation::TCommand, TDesC8 &)

Member Functions Documentation

EventL(const StartupAdaptation::TEvent, TDesC8 &)

voidEventL(const StartupAdaptation::TEventaEventId,
TDesC8 &aData
)[pure virtual]

An event from Adaptation.

Since
S60 3.2

Parameters

const StartupAdaptation::TEvent aEventIdA command identifier.
TDesC8 & aDataData associated with the response.

ResponseL(const StartupAdaptation::TCommand, TDesC8 &)

voidResponseL(const StartupAdaptation::TCommandaCommandId,
TDesC8 &aData
)[pure virtual]

A response to a command.

Since
S60 3.2

Parameters

const StartupAdaptation::TCommand aCommandIdA command identifier.
TDesC8 & aDataData associated with the response.