to.etc.domui.state
Class DelayedProgressMonitor

java.lang.Object
  extended by to.etc.domui.state.DelayedProgressMonitor
All Implemented Interfaces:
IProgress

public class DelayedProgressMonitor
extends java.lang.Object
implements IProgress


Constructor Summary
protected DelayedProgressMonitor(DelayedActivitiesManager manager, DelayedActivityInfo activity)
           
 
Method Summary
 void cancel()
          Indicate a cancel request.
 boolean isCancelled()
           
 boolean isReporting()
           
 void setCompleted(int work)
          Define how much of the work has completed, currently.
 void setTotalWork(int work)
          Define the total amount of work we expect to do.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedProgressMonitor

protected DelayedProgressMonitor(DelayedActivitiesManager manager,
                                 DelayedActivityInfo activity)
Method Detail

cancel

public void cancel()
Description copied from interface: IProgress
Indicate a cancel request.

Specified by:
cancel in interface IProgress

isCancelled

public boolean isCancelled()
Specified by:
isCancelled in interface IProgress

setCompleted

public void setCompleted(int work)
Description copied from interface: IProgress
Define how much of the work has completed, currently.

Specified by:
setCompleted in interface IProgress

setTotalWork

public void setTotalWork(int work)
Description copied from interface: IProgress
Define the total amount of work we expect to do.

Specified by:
setTotalWork in interface IProgress

isReporting

public boolean isReporting()