Class 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 Detail

      • MethodCallbackOnlineOnly

        public MethodCallbackOnlineOnly()
    • Method Detail

      • attempt

        public void attempt()
      • setRelogin

        public void setRelogin​(boolean relogin)
      • onFailure

        public void onFailure​(org.fusesource.restygwt.client.Method method,
                              Throwable t)
        Specified by:
        onFailure in interface org.fusesource.restygwt.client.MethodCallback<T>
      • onSuccess

        public void onSuccess​(org.fusesource.restygwt.client.Method method,
                              T t)
        Specified by:
        onSuccess in interface org.fusesource.restygwt.client.MethodCallback<T>