org.cruxframework.crux.core.client.datasource
Class RemoteDataSourceLoadAsyncCallbackAdapter
java.lang.Object
org.cruxframework.crux.core.client.rpc.AsyncCallbackAdapter<RemoteDataSourceConfiguration>
org.cruxframework.crux.core.client.datasource.RemoteDataSourceLoadAsyncCallbackAdapter
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<RemoteDataSourceConfiguration>
public class RemoteDataSourceLoadAsyncCallbackAdapter
- extends AsyncCallbackAdapter<RemoteDataSourceConfiguration>
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ds
protected RemoteDataSource<?> ds
RemoteDataSourceLoadAsyncCallbackAdapter
public RemoteDataSourceLoadAsyncCallbackAdapter(RemoteDataSource<?> dataSource)
onComplete
public void onComplete(RemoteDataSourceConfiguration result)
- Description copied from class:
AsyncCallbackAdapter
- Override this method to handle result received for a remote call
- Specified by:
onComplete in class AsyncCallbackAdapter<RemoteDataSourceConfiguration>
- See Also:
AsyncCallbackAdapter.onComplete(java.lang.Object)
Copyright © 2014. All rights reserved.