public static interface ApiCaller.Listener<ResultType>
| Modifier and Type | Method and Description |
|---|---|
default void |
onComplete(ResultType result,
ApiCaller<ResultType> apiCaller) |
default void |
onError(Error error,
ApiCaller<ResultType> apiCaller) |
default void |
onFailure(ApiCallException e,
ApiCaller<ResultType> apiCaller) |
default void onComplete(ResultType result, ApiCaller<ResultType> apiCaller)
default void onError(Error error, ApiCaller<ResultType> apiCaller)
default void onFailure(ApiCallException e, ApiCaller<ResultType> apiCaller)
Copyright © 2017. All rights reserved.