|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
Task abstraction.
Method Summary | |
---|---|
void |
cancel()
Cancels task execution. |
boolean |
isDone()
Checks if task is done. |
boolean |
isStarted()
|
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
boolean isStarted()
boolean isDone()
true
if task is done;
false
otherwisevoid cancel()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |