Interface Task.CompletionRunnable<T>

Type Parameters:
T - the type of result produced by the task.
All Superinterfaces:
Consumer<T>, ExternalizableLite, Serializable
Enclosing interface:
Task<T>

public static interface Task.CompletionRunnable<T> extends Consumer<T>, ExternalizableLite
A runnable to be called upon task completion.