edu.ucf.cs.courses.cop4610l.beans.streams
Interface StreamConstructedListener

All Superinterfaces:
java.util.EventListener

public interface StreamConstructedListener
extends java.util.EventListener

Interface that listeners must implement to hear stream construction events.

See Also:
StringToStream

Method Summary
 void streamConstructed(StreamConstructedEvent e)
          When this method is called on listeners, the stream is ready to be consumed.
 

Method Detail

streamConstructed

public void streamConstructed(StreamConstructedEvent e)
When this method is called on listeners, the stream is ready to be consumed.
Parameters:
e - the event encapsulating the stream