gate.event
Class ProgressListenerAdaptor

java.lang.Object
  extended bygate.event.ProgressListenerAdaptor
All Implemented Interfaces:
EventListener, ProgressListener

public class ProgressListenerAdaptor
extends Object
implements ProgressListener

Convenience class for implementing ProgressListener


Constructor Summary
ProgressListenerAdaptor()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressListenerAdaptor

public ProgressListenerAdaptor()
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
Parameters:
i -

processFinished

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

Specified by:
processFinished in interface ProgressListener