MCoeViewDeactivationObserver Class Reference
	
	
| class MCoeViewDeactivationObserver | 
Detailed Description
			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.
		 
Constructor & Destructor Documentation
		MCoeViewDeactivationObserver (  )
		
		| IMPORT_C | MCoeViewDeactivationObserver | ( | ) | [protected] | 
 
 
	 
Member Function Documentation
		HandleViewDeactivation ( const TVwsViewId &, const TVwsViewId & )
		
		| void | HandleViewDeactivation | ( | const TVwsViewId & | aViewIdToBeDeactivated, | 
|   | const TVwsViewId & | aNewlyActivatedViewId | 
|   | ) | [pure virtual] |