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
ConstructorsConstructorDescriptionChainedRequestCallback(com.google.gwt.http.client.RequestBuilder nextRequest) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonResponseReceived(com.google.gwt.http.client.Request arg0, com.google.gwt.http.client.Response arg1) voidsetNextRequest(com.google.gwt.http.client.RequestBuilder nextRequest)
-
Constructor Details
-
ChainedRequestCallback
public ChainedRequestCallback(com.google.gwt.http.client.RequestBuilder nextRequest) - Parameters:
nextRequest-
-
ChainedRequestCallback
public ChainedRequestCallback()
-
-
Method Details
-
onError
- Specified by:
onErrorin 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:
onResponseReceivedin interfacecom.google.gwt.http.client.RequestCallback- Parameters:
arg0-arg1-
-
setNextRequest
public void setNextRequest(com.google.gwt.http.client.RequestBuilder nextRequest) - Parameters:
nextRequest-
-