Location:
coemain.h
Link against: N/A
MCoeObserverOfLoadedFep
Supported from 6.0
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()
virtual void HandleChangeInLoadedFep()=0;
Handles a changes in the loaded FEP. The function is called if a new FEP is loaded, or if the current one is unloaded.