public interface EvalTask<T> extends ListenableFuture<T>
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the task.
|
addListener
void execute() throws TaskExecutionException
TaskExecutionException
- If there is an error executing the task.