MStartupAdaptationObserver Class Reference
class MStartupAdaptationObserver
|
An observer interface used by the adaptation to return responses and deliver events.
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.
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]
|
Parameters
const
StartupAdaptation::TCommand
aCommandId
|
A command identifier.
|
TDesC8
& aData
|
Data associated with the response.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.