|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterruptTask
Interface provided by scheduler that can be used to interrupt the execution of a task.
Method Summary | |
---|---|
void |
interruptTask(Task task)
Interrupts the given task. |
Method Detail |
---|
void interruptTask(Task task) throws IllegalTaskException
EndOfTask
interface.
task
- the task to interrupt.
IllegalTaskException
- if the given task is unknown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |