Linux Mac OSX Windows

  
[scriptable, uuid(40dbcdff-9053-42c5-a57c-3ec910d0f148)]
interface nsIOutputStreamCallback : nsISupports

Methods

 This is a companion interface for nsIAsyncOutputStream::asyncWait.


 Called to indicate that the stream is either writable or closed.

 @param aStream
        The stream whose asyncWait method was called.
void onOutputStreamReady(in nsIAsyncOutputStream aStream)