T - public abstract class AsyncCallbackAdapter<T> extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<T>
| Constructor and Description |
|---|
AsyncCallbackAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onComplete(T result)
Override this method to handle result received for a remote call
|
void |
onError(Throwable e)
Override this method to add specific error handling for a remote call
|
void |
onFailure(Throwable e) |
void |
onSuccess(T result) |
public final void onSuccess(T result)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<T>public final void onFailure(Throwable e)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>public abstract void onComplete(T result)
result - public void onError(Throwable e)
e - Copyright © 2015. All rights reserved.