gate.gui
Class ApplicationEditor.InternalProgressListener

java.lang.Object
  |
  +--gate.gui.ApplicationEditor.InternalProgressListener
All Implemented Interfaces:
EventListener, ProgressListener
Enclosing class:
ApplicationEditor

protected class ApplicationEditor.InternalProgressListener
extends Object
implements ProgressListener

A simple progress listener used to forward the events upstream.


Constructor Summary
protected ApplicationEditor.InternalProgressListener()
           
 
Method Summary
 void processFinished()
          Called when the process is finished.
 void progressChanged(int i)
          Called when the progress has changed
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ApplicationEditor.InternalProgressListener

protected ApplicationEditor.InternalProgressListener()
Method Detail

progressChanged

public void progressChanged(int i)
Description copied from interface: ProgressListener
Called when the progress has changed
Specified by:
progressChanged in interface ProgressListener
Following copied from interface: gate.event.ProgressListener
Parameters:
i -  

processFinished

public void processFinished()
Description copied from interface: ProgressListener
Called when the process is finished.
Specified by:
processFinished in interface ProgressListener