public abstract class Executable extends Object
| Constructor and Description |
|---|
Executable() |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkStatus |
getStatus()
Returns task status
|
WorkStatus |
waitForTask()
Wait for task completion.
|
public abstract WorkStatus getStatus()
public WorkStatus waitForTask() throws InterruptedException
InterruptedException - Should not happenThis documentation is licensed by Andrew Bowley under the GPLv3 License.