|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
doneWork()
A method that is called when ever an item of work has been completed |
void |
doneWork(int units)
A method that is called when ever a number of work items have been completed |
int |
getLengthOfTask()
Returns the length of this current task, this is defined to be some kind of abstract work unit. |
int |
getProgress()
Returns the current progress through this task. |
boolean |
isFinished()
Returns whether or not the current task has been completed |
Method Detail |
public int getLengthOfTask()
public int getProgress()
public boolean isFinished()
public void doneWork()
public void doneWork(int units)
units
- The number of work units that where comleted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |