Class FilePropertiesDialog.ChainedRequestCallback

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

    protected class FilePropertiesDialog.ChainedRequestCallback
    extends Object
    implements com.google.gwt.http.client.RequestCallback
    • Constructor Detail

      • ChainedRequestCallback

        public ChainedRequestCallback​(com.google.gwt.http.client.RequestBuilder nextRequest)
        Parameters:
        nextRequest -
      • ChainedRequestCallback

        public ChainedRequestCallback()
    • Method Detail

      • onError

        public void onError​(com.google.gwt.http.client.Request arg0,
                            Throwable arg1)
        Specified by:
        onError in interface com.google.gwt.http.client.RequestCallback
        Parameters:
        arg0 -
        arg1 -
      • onResponseReceived

        public void onResponseReceived​(com.google.gwt.http.client.Request arg0,
                                       com.google.gwt.http.client.Response arg1)
        Specified by:
        onResponseReceived in interface com.google.gwt.http.client.RequestCallback
        Parameters:
        arg0 -
        arg1 -
      • setNextRequest

        public void setNextRequest​(com.google.gwt.http.client.RequestBuilder nextRequest)
        Parameters:
        nextRequest -