Public Member Functions | |
void | onChannelDataAvailable (in sbISeekableChannel aChannel) |
Be thou informst that one's sbISeekableChannel has just received data. |
Definition at line 46 of file sbISeekableChannel.idl.
void sbISeekableChannelListener::onChannelDataAvailable | ( | in sbISeekableChannel | aChannel | ) |
Be thou informst that one's sbISeekableChannel has just received data.
Every time the underlying nsIChannel dumps data on the sbISeekableChannel.
This is a chance for the handler code to attempt to parse the datastream.
aChannel | The sbISeekableChannel delivering data. You'll have to QI for it. |