public interface Executable
ProcessingResources
or Controllers.| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Starts the execution of this executable
|
void |
interrupt()
Notifies this executable that it should stop its execution as soon as
possible.
|
boolean |
isInterrupted()
Returns true if this executable has been interrupted via the
interrupt() method since the last time its execute() method
was called |
void execute()
throws ExecutionException
ExecutionExceptionvoid interrupt()
boolean isInterrupted()
interrupt() method since the last time its execute() method
was calledCopyright © 2024 GATE. All rights reserved.