Package org.pentaho.mantle.client
Class EmptyRequestCallback
- java.lang.Object
 - 
- org.pentaho.mantle.client.EmptyRequestCallback
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.http.client.RequestCallback
public class EmptyRequestCallback extends Object implements com.google.gwt.http.client.RequestCallback
 
- 
- 
Constructor Summary
Constructors Constructor Description EmptyRequestCallback() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmptyRequestCallbackgetInstance()voidonError(com.google.gwt.http.client.Request request, Throwable exception)voidonResponseReceived(com.google.gwt.http.client.Request request, com.google.gwt.http.client.Response response) 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static EmptyRequestCallback getInstance()
 
- 
onError
public void onError(com.google.gwt.http.client.Request request, Throwable exception)- Specified by:
 onErrorin interfacecom.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:
 onResponseReceivedin interfacecom.google.gwt.http.client.RequestCallback
 
 - 
 
 -