public abstract class AbstractCallback<T> extends Object implements com.google.gwt.http.client.RequestCallback
| Constructor and Description |
|---|
AbstractCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(com.google.gwt.http.client.Request request,
Throwable ex) |
void |
onResponseReceived(com.google.gwt.http.client.Request request,
com.google.gwt.http.client.Response response) |
abstract void |
onSuccess(T obj) |
protected abstract T |
parse(com.google.gwt.http.client.Response response) |
public void onResponseReceived(@Nonnull com.google.gwt.http.client.Request request, @Nonnull com.google.gwt.http.client.Response response)
onResponseReceived in interface com.google.gwt.http.client.RequestCallbackpublic void onError(com.google.gwt.http.client.Request request,
Throwable ex)
onError in interface com.google.gwt.http.client.RequestCallbackpublic abstract void onSuccess(T obj)
protected abstract T parse(com.google.gwt.http.client.Response response)
Apache CXF