Package org.jboss.util.stream
Interface StreamListener
-
public interface StreamListener
A stream listener- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStreamNotification(java.lang.Object source, int size)
Invoked by notifiying streams
-