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>
- Direct Known Subclasses:
- NullAsyncCallbackAdapter
public abstract class AsyncCallbackAdapter
- extends 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(Throwable arg0)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource>
getDataSourceSetupManager
public final PresenterSequenceSetupManager getDataSourceSetupManager()
onBatchSuccess
public final void onBatchSuccess(com.smartgwt.client.data.DataSource 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>
notifyManager
public final void notifyManager()
onSetupSuccess
public abstract void onSetupSuccess(com.smartgwt.client.data.DataSource dataSource)
Copyright © 2013. All Rights Reserved.