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

All Superinterfaces:
java.util.EventListener

public interface StringConstructedListener
extends java.util.EventListener

Interface that listeners must implement to hear string construction events.

See Also:
StreamToString

Method Summary
 void stringConstructed(StringConstructedEvent e)
          When this method is called on listeners, the string has been created.
 

Method Detail

stringConstructed

public void stringConstructed(StringConstructedEvent e)
When this method is called on listeners, the string has been created.
Parameters:
e - the event encapsulating the string