Listener called when a Task completes
successfully.
Public Method Summary
| abstract void |
onSuccess(TResult result)
Called when the Task
completes successfully.
|
Public Methods
public abstract void onSuccess (TResult
result)
Called when the Task completes
successfully.
Parameters
| result |
the result of the Task |