se.chalmers.cs.gf.dialogutil
Class ConsoleOutput

java.lang.Object
  extended by se.chalmers.cs.gf.dialogutil.ConsoleOutput
All Implemented Interfaces:
java.util.EventListener, TextListener

public class ConsoleOutput
extends java.lang.Object
implements TextListener

A text event handler that outputs the text to the standard error stream.


Constructor Summary
ConsoleOutput()
           
 
Method Summary
 void textEvent(TextEvent e)
          Handle a text event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutput

public ConsoleOutput()
Method Detail

textEvent

public void textEvent(TextEvent e)
Description copied from interface: TextListener
Handle a text event.

Specified by:
textEvent in interface TextListener
Parameters:
e - The event object