MCoeForegroundObserver Class Reference
class MCoeForegroundObserver
|
Interface providing notification of foreground/background changes.
The FEP framework class, CCoeFep, derives from
MCoeForegroundObserver
, which enables FEPs to receive notification when the target application (which receives the FEP's output) goes into the foreground or background.
Anything that needs this notification should derive from this class and override its two pure virtual functions.
In addition, derived classes also need to call
CCoeEnv::AddForegroundObserverL()
during construction, and
CCoeEnv::RemoveForegroundObserver()
in their destructors.
CCoeFep
Constructor & Destructor Documentation
MCoeForegroundObserver()
IMPORT_C
|
MCoeForegroundObserver
|
(
|
)
|
[protected]
|
Member Functions Documentation
HandleGainingForeground()
void
|
HandleGainingForeground
|
(
|
)
|
[pure virtual]
|
Handles the application coming to the foreground.
HandleLosingForeground()
void
|
HandleLosingForeground
|
(
|
)
|
[pure virtual]
|
Handles the application going into the background.
MCoeForegroundObserver_Reserved_1()
IMPORT_C void
|
MCoeForegroundObserver_Reserved_1
|
(
|
)
|
[private, virtual]
|
MCoeForegroundObserver_Reserved_2()
IMPORT_C void
|
MCoeForegroundObserver_Reserved_2
|
(
|
)
|
[private, virtual]
|
Member Data Documentation
TInt
iMCoeForegroundObserver_Reserved1
TInt
|
iMCoeForegroundObserver_Reserved1
|
[private]
|
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.