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.

nsIMsgComposeStateListener

IID:6ce49b2a-07dc-4783-b307-9a355423163f
Inherits From:nsISupports

Methods

void ComposeProcessDone ( nsresult result ) void NotifyComposeBodyReady ( ) void NotifyComposeFieldsReady ( ) void SaveInFolderDone ( char* folderName )

void ComposeProcessDone ( nsresult result )

Arguments:
result

void NotifyComposeBodyReady ( )


void NotifyComposeFieldsReady ( )


void SaveInFolderDone ( char* folderName )

Arguments:
folderName

References

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

nsIMsgCompose.RegisterStateListener, nsIMsgCompose.UnregisterStateListener

Reference documentation is generated from Mozilla's source.