Class MethodCallbackOnlineBackground<T>
- java.lang.Object
-
- org.silverpeas.mobile.client.common.network.MethodCallbackOnlineBackground<T>
-
- All Implemented Interfaces:
org.fusesource.restygwt.client.MethodCallback<T>
public abstract class MethodCallbackOnlineBackground<T> extends Object implements org.fusesource.restygwt.client.MethodCallback<T>
-
-
Constructor Summary
Constructors Constructor Description MethodCallbackOnlineBackground()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attempt()
void
onFailure(org.fusesource.restygwt.client.Method method, Throwable t)
void
onSuccess(org.fusesource.restygwt.client.Method method, T t)
-