This is a companion interface for nsIAsyncOutputStream::asyncWait. More...
import "nsIAsyncOutputStream.idl";
Public Member Functions | |
| void | onOutputStreamReady (in nsIAsyncOutputStream aStream) |
| Called to indicate that the stream is either writable or closed. | |
This is a companion interface for nsIAsyncOutputStream::asyncWait.
| void nsIOutputStreamCallback::onOutputStreamReady | ( | in nsIAsyncOutputStream | aStream | ) |
Called to indicate that the stream is either writable or closed.
| aStream | The stream whose asyncWait method was called. |
1.6.1