public abstract class Task extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
complete |
protected Exception |
exception |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute() |
void |
setComplete(Exception e) |
void |
stop() |
Exception |
waitFor() |
protected boolean complete
protected Exception exception
Copyright © 2016. All rights reserved.