Interface RestCallback<T>
- All Known Implementing Classes:
RestMethodCallbackOnlineBackground,RestMethodCallbackOnlineOnly
public interface RestCallback<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(RestMethod method, Throwable t) voidonSuccess(RestMethod method, T result)
-
Method Details
-
onFailure
-
onSuccess
-