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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ApplicationEditor.InternalProgressListener
protected ApplicationEditor.InternalProgressListener()
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