A generic editor observer interface. 
 <P>
 nsIEditorObserver is the interface used by applications wishing to be notified
 when the editor has completed a user action. 

[scriptable, uuid(a6cf9125-15b3-11d2-932e-00805f8add32)]
interface nsIEditorObserver : nsISupports

Methods

 
 Called after the editor completes a user action.
void EditAction()