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
ConstructorDescriptionChainedRequestCallback
(com.google.gwt.http.client.RequestBuilder nextRequest) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Constructor Details
-
ChainedRequestCallback
public ChainedRequestCallback(com.google.gwt.http.client.RequestBuilder nextRequest) - Parameters:
nextRequest
-
-
ChainedRequestCallback
public ChainedRequestCallback()
-
-
Method Details
-
onError
- 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
-
-