public interface AsyncResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Error error) |
void |
onResultReceived(T result) |
void onResultReceived(@NonNull
T result)
void onFailure(@NonNull
java.lang.Error error)