public interface CompleteCallback
Callback function to receive task completion event.
| Modifier and Type | Method and Description |
|---|---|
void |
run(IAsyncTask task,
boolean wasCancelled,
Throwable error)
Callback function to receive task completion event.
|
void run(IAsyncTask task, boolean wasCancelled, Throwable error)
Callback function to receive task completion event.
task - The asynchronous task.wasCancelled - if set to true [was cancelled].error - The error.