Implements the callback from a PushBufferStream .
A PushBufferStream needs to notify the data handler
when data is available to be pushed. When the handler connects to
a PushBufferStream it should register a BufferTransferHandler
object with the stream using the setTransferHandler method. |