public class DefaultTaskControl<V> extends Object implements TaskControl<V>
Constructor and Description |
---|
DefaultTaskControl(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
execute() |
TaskContext |
getContext() |
V |
waitFor() |
public DefaultTaskControl(TaskContext taskContext)
public V waitFor()
waitFor
in interface TaskControl<V>
public void execute()
execute
in interface TaskControl<V>
public void cancel()
cancel
in interface TaskControl<V>
public TaskContext getContext()
getContext
in interface TaskControl<V>