public abstract class AbstractContainerAsyncCallback<T> extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<T>
| Constructor and Description |
|---|
AbstractContainerAsyncCallback(net.customware.gwt.presenter.client.EventBus eventBus,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doExecute(T result) |
void |
onFailure(Throwable caught) |
void |
onSuccess(T result) |
public AbstractContainerAsyncCallback(net.customware.gwt.presenter.client.EventBus eventBus,
String errorMessage)
public void onSuccess(T result)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<T>public void onFailure(Throwable caught)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>protected abstract void doExecute(T result)
Copyright © 2019 Nuxeo SA. All rights reserved.