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.
nsIOutputStreamCallback
| IID: | 40dbcdff-9053-42c5-a57c-3ec910d0f148 |
| Inherits From: | nsISupports |
Methods
void onOutputStreamReady ( nsIAsyncOutputStream stream )
void onOutputStreamReady ( nsIAsyncOutputStream stream )
Called to indicate that the stream is either writable or closed.
- Arguments:
- stream: The stream whose asyncWait method was called.
References
This interface is passed as an argument to the following methods:
nsIAsyncOutputStream.asyncWait
Reference documentation is generated from Mozilla's source.
