|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 11, 2005
Method Summary | |
void |
cancelTask()
Requests that the task be cancelled. |
int |
getProgressMax()
Gets the maximum progress value for this task. |
int |
getProgressMin()
Gets the minimum progress value for this task. |
String |
getTitle()
Gets the title for this task. |
boolean |
isCancelled()
Checks whether this Task has been cancelled. |
boolean |
isPossibleToCancel()
Determines if the task can be cancelled |
void |
runTask()
|
Method Detail |
public void cancelTask()
public String getTitle()
public int getProgressMin()
public int getProgressMax()
public boolean isCancelled()
public boolean isPossibleToCancel()
true
if the task can
be cancelled, or false
if the
task cannot be cancelled.public void runTask() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |