gate.gui
Class ApplicationViewer.CustomProgressListener

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

class ApplicationViewer.CustomProgressListener
extends Object
implements ProgressListener


Field Summary
(package private)  int end
           
(package private)  int start
           
 
Constructor Summary
(package private) ApplicationViewer.CustomProgressListener(int start, int end)
           
 
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
 

Field Detail

start

int start

end

int end
Constructor Detail

ApplicationViewer.CustomProgressListener

ApplicationViewer.CustomProgressListener(int start,
                                         int end)
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