gate.gui
Class SerialControllerEditor.InternalStatusListener
java.lang.Object
  
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.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SerialControllerEditor.InternalStatusListener
protected SerialControllerEditor.InternalStatusListener()
statusChanged
public void statusChanged(String message)
- Description copied from interface: 
StatusListener 
- Calleed when there a new status message.
- Specified by:
 statusChanged in interface StatusListener