nsIInputStreamCallback

This is a companion interface for nsIAsyncInputStream.asyncWait().
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void onInputStreamReady(in nsIAsyncInputStream aStream);

Methods

onInputStreamReady()

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

void onInputStreamReady(
  in nsIAsyncInputStream aStream
);
Parameters
aStream
The stream whose nsIAsyncInputStream.asyncWait() method was called.

See also