| class MCoeViewDeactivationObserver | 
An interface through which view deactivations can be notified to an observer.
Dialogs and other floating windows such as virtual keyboards which should be dismissed when a view is deactivated can implement this interface and take any action required.
| Public Member Functions | |
|---|---|
| void | HandleViewDeactivation(const TVwsViewId &, const TVwsViewId &) | 
| Protected Member Functions | |
|---|---|
| MCoeViewDeactivationObserver() | |
| Private Member Functions | |
|---|---|
| IMPORT_C void | MCoeViewDeactivationObserver_Reserved_1() | 
| IMPORT_C void | MCoeViewDeactivationObserver_Reserved_2() | 
| Private Attributes | |
|---|---|
| TInt | iMCoeViewDeactivationObserver_Reserved1 | 
| void | HandleViewDeactivation | ( | const TVwsViewId & | aViewIdToBeDeactivated, | 
| const TVwsViewId & | aNewlyActivatedViewId | |||
| ) | [pure virtual] | |||
| const TVwsViewId & aViewIdToBeDeactivated | |
| const TVwsViewId & aNewlyActivatedViewId | 
| IMPORT_C void | MCoeViewDeactivationObserver_Reserved_1 | ( | ) | [private, virtual] | 
| IMPORT_C void | MCoeViewDeactivationObserver_Reserved_2 | ( | ) | [private, virtual] |