Location:
coeview.h
Link against: cone.lib
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.
Defined in MCoeViewDeactivationObserver
:
HandleViewDeactivation()
, MCoeViewDeactivationObserver()
, MCoeViewDeactivationObserver_Reserved_1()
, MCoeViewDeactivationObserver_Reserved_2()
virtual void HandleViewDeactivation(const TVwsViewId &aViewIdToBeDeactivated, const TVwsViewId &aNewlyActivatedViewId)=0;
|
private: virtual IMPORT_C void MCoeViewDeactivationObserver_Reserved_2();