| 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.
| Public Member Functions | |
|---|---|
| void | HandleChangeInLoadedFep() |
| Protected Member Functions | |
|---|---|
| MCoeObserverOfLoadedFep() | |
| Private Member Functions | |
|---|---|
| IMPORT_C void | MCoeObserverOfLoadedFep_Reserved_1() |
| IMPORT_C void | MCoeObserverOfLoadedFep_Reserved_2() |
| Private Attributes | |
|---|---|
| TInt | iMCoeObserverOfLoadedFep_Reserved1 |
| void | HandleChangeInLoadedFep | ( | ) | [pure virtual] |
Handles a change in the loaded FEP.
The function is called if a new FEP is loaded, or if the current one is unloaded.
| IMPORT_C void | MCoeObserverOfLoadedFep_Reserved_1 | ( | ) | [private, virtual] |
| IMPORT_C void | MCoeObserverOfLoadedFep_Reserved_2 | ( | ) | [private, virtual] |