gate.creole
Class AbstractController.InternalStatusListener
java.lang.Object
  
gate.creole.AbstractController.InternalStatusListener
- All Implemented Interfaces: 
 - StatusListener, EventListener
 
- Enclosing class:
 - AbstractController
 
protected class AbstractController.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 | 
 
AbstractController.InternalStatusListener
protected AbstractController.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