public interface Callback
| Modifier and Type | Method | Description |
|---|---|---|
void |
failure(java.lang.Exception exception) |
Invoked when the intent action has failed.
|
void |
success(java.lang.Object result) |
Invoked when the intent action has completed successfully.
|
void success(@NullAllowed
java.lang.Object result)
result - Result value.void failure(@NonNull
java.lang.Exception exception)
exception - Encountered exception.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.