org.broadleafcommerce.openadmin.client.setup
Class AsyncCallbackAdapter
java.lang.Object
org.broadleafcommerce.openadmin.client.setup.AsyncCallbackAdapter
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource>
public abstract class AsyncCallbackAdapter
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource>
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncCallbackAdapter
public AsyncCallbackAdapter()
registerDataSourceSetupManager
protected void registerDataSourceSetupManager(PresenterSequenceSetupManager manager)
onFailure
public void onFailure(java.lang.Throwable arg0)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource>
onSuccess
public final void onSuccess(com.smartgwt.client.data.DataSource dataSource)
- Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource>
onSetupSuccess
public abstract void onSetupSuccess(com.smartgwt.client.data.DataSource dataSource)
Copyright © 2011. All Rights Reserved.