Class RestMethodCallbackOnlineBackground<T>
java.lang.Object
org.silverpeas.mobile.client.common.network.rest.RestMethodCallbackOnlineBackground<T>
- All Implemented Interfaces:
RestCallback<T>
public abstract class RestMethodCallbackOnlineBackground<T>
extends Object
implements RestCallback<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattempt()voidonFailure(RestMethod method, Throwable t) voidonSuccess(RestMethod method, T t)
-
Constructor Details
-
RestMethodCallbackOnlineBackground
public RestMethodCallbackOnlineBackground()
-
-
Method Details
-
attempt
public void attempt() -
onFailure
- Specified by:
onFailurein interfaceRestCallback<T>
-
onSuccess
- Specified by:
onSuccessin interfaceRestCallback<T>
-