|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProgress
Progress indicator interface.
Method Summary | |
---|---|
void |
cancel()
Indicate a cancel request. |
boolean |
isCancelled()
|
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. |
Method Detail |
---|
void setTotalWork(int work)
work
- void setCompleted(int work)
work
- void cancel()
boolean isCancelled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |