nsIInputStreamCallback

This is a companion interface for nsIAsyncInputStream::asyncWait.

Methods

onInputStreamReady(aStream)

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

Parameters

aStream The stream whose asyncWait method was called.