private class AsyncAction.DefaultAsyncCallback
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback<R>
| Modifier | Constructor and Description |
|---|---|
private |
DefaultAsyncCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Throwable caught) |
void |
onSuccess(R result) |