WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIEditorObserver

IID:a6cf9125-15b3-11d2-932e-00805f8add32
Inherits From:nsISupports

A generic editor observer interface.

nsIEditorObserver is the interface used by applications wishing to be notified when the editor has completed a user action.


Methods

void EditAction ( )

void EditAction ( )

Called after the editor completes a user action.


References

This interface is passed as an argument to the following methods:

nsIEditor.addEditorObserver, nsIEditor.removeEditorObserver

Reference documentation is generated from Mozilla's source.