|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Progressable
Classes in which progress needs to be monitored in any way must implement this class.
Method Summary | |
---|---|
int |
getCurrentProgress()
|
int |
getLengthOfProgressableTask()
|
boolean |
isProgressableTaskDone()
|
void |
resetProgressableTask()
Should be invoked at the end of the task to reset all required attributes used in the monitoring of the task. |
void |
terminateProgressableTask()
Invoked when the user has requested the task to be terminated. |
Method Detail |
---|
int getCurrentProgress()
int getLengthOfProgressableTask()
void terminateProgressableTask()
boolean isProgressableTaskDone()
void resetProgressableTask()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |