sbISeekableChannelListener Interface Reference

A listener interface for sbISeekableChannel. More...

import"sbISeekableChannel.idl";

Inheritance diagram for sbISeekableChannelListener:
[legend]
Collaboration diagram for sbISeekableChannelListener:
[legend]

Public Member Functions

void onChannelDataAvailable (in sbISeekableChannel aChannel)
 Be thou informst that one's sbISeekableChannel has just received data. More...
 

Detailed Description

A listener interface for sbISeekableChannel.

See Also
sbISeekableChannel

Definition at line 46 of file sbISeekableChannel.idl.

Member Function Documentation

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.

Parameters
aChannelThe sbISeekableChannel delivering data. You'll have to QI for it.

The documentation for this interface was generated from the following file: