Location:
coemain.h
Link against: cone.lib
class MCoeObserverOfLoadedFep;
Interface providing notification when there is a 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.
Anyone requiring this notification should derive from this class and implement its pure virtual function. Derived classes
also need to call CCoeEnv::AddObserverOfLoadedFepL()
during construction, and CCoeEnv::RemoveObserverOfLoadedFep()
in their destructor.
Defined in MCoeObserverOfLoadedFep
:
HandleChangeInLoadedFep()
, MCoeObserverOfLoadedFep()
, MCoeObserverOfLoadedFep_Reserved_1()
, MCoeObserverOfLoadedFep_Reserved_2()
virtual void HandleChangeInLoadedFep()=0;
Handles a change in the loaded FEP.
The function is called if a new FEP is loaded, or if the current one is unloaded.
private: virtual IMPORT_C void MCoeObserverOfLoadedFep_Reserved_2();