|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.state.DelayedProgressMonitor
public class DelayedProgressMonitor
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 |
---|
protected DelayedProgressMonitor(DelayedActivitiesManager manager, DelayedActivityInfo activity)
Method Detail |
---|
public void cancel()
IProgress
cancel
in interface IProgress
public boolean isCancelled()
isCancelled
in interface IProgress
public void setCompleted(int work)
IProgress
setCompleted
in interface IProgress
public void setTotalWork(int work)
IProgress
setTotalWork
in interface IProgress
public boolean isReporting()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |