This is a companion interface for nsIAsyncOutputStream.asyncWait.
Inherits from:
nsISupports
Last changed in Gecko 1.7 Method overview
void onOutputStreamReady(in nsIAsyncOutputStream aStream); |
Methods
onOutputStreamReady()
Called to indicate that the stream is either writable or closed.
void onOutputStreamReady( in nsIAsyncOutputStream aStream );
Parameters
-
aStream
-
The stream whose
nsIAsyncOutputStream.asyncWait()
method was called.