gate.gui
Class SerialControllerEditor.InternalStatusListener

java.lang.Object
  extended by gate.gui.SerialControllerEditor.InternalStatusListener
All Implemented Interfaces:
StatusListener, EventListener
Enclosing class:
SerialControllerEditor

protected class SerialControllerEditor.InternalStatusListener
extends Object
implements StatusListener

A simple status listener used to forward the events upstream.


Constructor Summary
protected SerialControllerEditor.InternalStatusListener()
           
 
Method Summary
 void statusChanged(String message)
          Calleed when there a new status message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialControllerEditor.InternalStatusListener

protected SerialControllerEditor.InternalStatusListener()
Method Detail

statusChanged

public void statusChanged(String message)
Description copied from interface: StatusListener
Calleed when there a new status message.

Specified by:
statusChanged in interface StatusListener