Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: coemain.h
Link against: N/A

Class MCoeObserverOfLoadedFep

MCoeObserverOfLoadedFep

Support

Supported from 6.0

Description

Interface providing notification when there is any change in the currently loaded FEP. This happens either on application start-up, or as a result of a different front-end processor having been installed.

Writing derived classes:

Anyone requiring this notification should derive from this class and override its pure virtual function. Derived classes also need to call CCoeEnv::AddObserverOfLoadedFepL() during construction, and CCoeEnv::RemoveObserverOfLoadedFep() in their destructors.

Defined in MCoeObserverOfLoadedFep:
HandleChangeInLoadedFep()


Member functions


HandleChangeInLoadedFep()

virtual void HandleChangeInLoadedFep()=0;

Description

Handles a changes in the loaded FEP. The function is called if a new FEP is loaded, or if the current one is unloaded.