|
Protege-OWL 3.5 beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Task
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. |
java.lang.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 |
|---|
void cancelTask()
java.lang.String getTitle()
int getProgressMin()
int getProgressMax()
boolean isCancelled()
boolean isPossibleToCancel()
true if the task can
be cancelled, or false if the
task cannot be cancelled.
void runTask()
throws java.lang.Exception
java.lang.Exception
|
Protege-OWL 3.5 beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||