MApaEmbeddedDocObserver Class Reference
	
	
| class MApaEmbeddedDocObserver | 
Detailed Description
			An interface class for handling the completion of the editing of an embedded document.
			
			See also: CApaDocument::EditL() 
		 
Member Enumeration Documentation
		Enum TExitMode
		
		
				Defines the state of the embedded document on completion of editing. 
			 
| Enumerator | Value | Description | 
|---|
| EKeepChanges |  | 
							 Changes to the embedded document must be saved.  
						  | 
| ERevertToSaved |  | 
							 Reverts back to the saved version of the embedded document, i.e. reloads the whole document.  
						  | 
| ENoChanges |  | 
							 No changes have been made to the embedded document.  
						  | 
| EEmpty |  | 
							 The embedded document is empty.  
						  | 
 
 
	 
Constructor & Destructor Documentation
		MApaEmbeddedDocObserver (  )
		
		| IMPORT_C | MApaEmbeddedDocObserver | ( | ) | [protected] | 
 
 
	 
Member Function Documentation
		NotifyExit ( TExitMode )
		
		
				Implements the required behaviour when the editing of an embedded document completes.
				
			 
| Parameter | Description | | aMode | Indicates the state of the document.   |