Class FilePropertiesDialog.ChainedRequestCallback
- java.lang.Object
-
- org.pentaho.mantle.client.solutionbrowser.fileproperties.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 Summary
Constructors Constructor Description ChainedRequestCallback()
ChainedRequestCallback(com.google.gwt.http.client.RequestBuilder nextRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onError(com.google.gwt.http.client.Request arg0, Throwable arg1)
void
onResponseReceived(com.google.gwt.http.client.Request arg0, com.google.gwt.http.client.Response arg1)
void
setNextRequest(com.google.gwt.http.client.RequestBuilder nextRequest)
-
-
-
Method Detail
-
onError
public void onError(com.google.gwt.http.client.Request arg0, Throwable arg1)
- Specified by:
onError
in interfacecom.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 interfacecom.google.gwt.http.client.RequestCallback
- Parameters:
arg0
-arg1
-
-
setNextRequest
public void setNextRequest(com.google.gwt.http.client.RequestBuilder nextRequest)
- Parameters:
nextRequest
-
-
-