Class EmptyRequestCallback

  • All Implemented Interfaces:
    com.google.gwt.http.client.RequestCallback

    public class EmptyRequestCallback
    extends Object
    implements com.google.gwt.http.client.RequestCallback
    • Constructor Detail

      • EmptyRequestCallback

        public EmptyRequestCallback()
    • Method Detail

      • onError

        public void onError​(com.google.gwt.http.client.Request request,
                            Throwable exception)
        Specified by:
        onError in interface com.google.gwt.http.client.RequestCallback
      • onResponseReceived

        public void onResponseReceived​(com.google.gwt.http.client.Request request,
                                       com.google.gwt.http.client.Response response)
        Specified by:
        onResponseReceived in interface com.google.gwt.http.client.RequestCallback