public class QuiteExecutionListener<T,R> extends Object implements ExecutionListener<T,R>
| Constructor and Description |
|---|
QuiteExecutionListener() |
public void onSuccess(Task<T,R> task)
ExecutionListeneronSuccess in interface ExecutionListener<T,R>task - successfull onepublic void onError(Task<T,R> task, Exception exception)
ExecutionListeneronError in interface ExecutionListener<T,R>task - the errored oneexception - the exception caughtCopyright © 2016–2020 Dexecutor. All rights reserved.