gate.creole
Class AbstractProcessingResource.InternalStatusListener

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

protected class AbstractProcessingResource.InternalStatusListener
extends Object
implements StatusListener

A simple status listener used to forward the events upstream.


Constructor Summary
protected AbstractProcessingResource.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

AbstractProcessingResource.InternalStatusListener

protected AbstractProcessingResource.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