Interface Task.FailureListener<ResultType>

Type Parameters:
ResultType - The class of the result that the action executed produces.
All Known Implementing Classes:
Task.TaskListener
Enclosing class:
Task<ResultType>

public static interface Task.FailureListener<ResultType>
A subscriber exclusively interested in the failure and the result of the action, but in no other information.
See Also: