public class RemoteDataSourceLoadAsyncCallbackAdapter extends AsyncCallbackAdapter<RemoteDataSourceConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected RemoteDataSource<?> |
ds |
| Constructor and Description |
|---|
RemoteDataSourceLoadAsyncCallbackAdapter(RemoteDataSource<?> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(RemoteDataSourceConfiguration result)
Override this method to handle result received for a remote call
|
onError, onFailure, onSuccessprotected RemoteDataSource<?> ds
public RemoteDataSourceLoadAsyncCallbackAdapter(RemoteDataSource<?> dataSource)
public void onComplete(RemoteDataSourceConfiguration result)
AsyncCallbackAdapteronComplete in class AsyncCallbackAdapter<RemoteDataSourceConfiguration>AsyncCallbackAdapter.onComplete(java.lang.Object)Copyright © 2015. All rights reserved.