org.cruxframework.crux.core.client.datasource
Class RemoteDataSourceLoadAsyncCallbackAdapter

java.lang.Object
  extended by org.cruxframework.crux.core.client.rpc.AsyncCallbackAdapter<RemoteDataSourceConfiguration>
      extended by 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

Field Summary
protected  RemoteDataSource<?> ds
           
 
Constructor Summary
RemoteDataSourceLoadAsyncCallbackAdapter(RemoteDataSource<?> dataSource)
           
 
Method Summary
 void onComplete(RemoteDataSourceConfiguration result)
          Override this method to handle result received for a remote call
 
Methods inherited from class org.cruxframework.crux.core.client.rpc.AsyncCallbackAdapter
onError, onFailure, onSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ds

protected RemoteDataSource<?> ds
Constructor Detail

RemoteDataSourceLoadAsyncCallbackAdapter

public RemoteDataSourceLoadAsyncCallbackAdapter(RemoteDataSource<?> dataSource)
Method Detail

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.