public class EmptyRequestCallback extends Object implements com.google.gwt.http.client.RequestCallback
Constructor and Description |
---|
EmptyRequestCallback() |
Modifier and Type | Method and Description |
---|---|
static EmptyRequestCallback |
getInstance() |
void |
onError(com.google.gwt.http.client.Request request,
Throwable exception) |
void |
onResponseReceived(com.google.gwt.http.client.Request request,
com.google.gwt.http.client.Response response) |
public static EmptyRequestCallback getInstance()
public void onError(com.google.gwt.http.client.Request request, Throwable exception)
onError
in interface com.google.gwt.http.client.RequestCallback
public void onResponseReceived(com.google.gwt.http.client.Request request, com.google.gwt.http.client.Response response)
onResponseReceived
in interface com.google.gwt.http.client.RequestCallback
Copyright © 2021 Hitachi Vantara. All rights reserved.