public interface Executable
ProcessingResource
s
or Controller
s.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
ExecutionException
void interrupt()
boolean isInterrupted()
interrupt()
method since the last time its execute()
method
was calledCopyright © 2024 GATE. All rights reserved.