-
-
Constructor Summary
Constructors
-
Method Summary
void
Called when the associated operation completes with an error.
void
Called when the associated operation completes successfully,
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
onSuccess
public void onSuccess(Void v)
Description copied from interface: Callback
Called when the associated operation completes successfully,
- Specified by:
-
onSuccess
in interface Callback<Void>
-
onError
Description copied from interface: Callback
Called when the associated operation completes with an error.
- Specified by:
-
onError
in interface Callback<Void>
- Parameters:
-
reason
- information about the error.