Class MethodCallbackOnlineOnly<T>
- java.lang.Object
-
- org.silverpeas.mobile.client.common.network.MethodCallbackOnlineOnly<T>
-
- All Implemented Interfaces:
org.fusesource.restygwt.client.MethodCallback<T>
public abstract class MethodCallbackOnlineOnly<T> extends Object implements org.fusesource.restygwt.client.MethodCallback<T>
-
-
Constructor Summary
Constructors Constructor Description MethodCallbackOnlineOnly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattempt()voidonFailure(org.fusesource.restygwt.client.Method method, Throwable t)voidonSuccess(org.fusesource.restygwt.client.Method method, T t)voidsetRelogin(boolean relogin)
-