public interface SuccessCallback<T extends Object>
Convenience API to be notified when an asynchronous task is successful.
abstract Unit
onSuccess(T value)
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onSuccess(T value)
Called with a value of T when the task was successful.
value