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 voidattempt()voidonFailure(org.fusesource.restygwt.client.Method method, Throwable t)voidonSuccess(org.fusesource.restygwt.client.Method method, T t)
-