org.jboss.util.stream
Interface StreamListener


public interface StreamListener

A stream listener

Version:
$Revision: 1.3 $
Author:
Adrian Brock

Method Summary
 void onStreamNotification(Object source, int size)
          Invoked by notifiying streams
 

Method Detail

onStreamNotification

void onStreamNotification(Object source,
                          int size)
Invoked by notifiying streams

Parameters:
source - the stream
size - the number of bytes since the last notification


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.