T
- the operations result type.public interface AsyncReadOperation<T>
Modifier and Type | Method and Description |
---|---|
void |
executeAsync(AsyncReadBinding binding,
SingleResultCallback<T> callback)
General execute which can return anything of type T
|
void executeAsync(AsyncReadBinding binding, SingleResultCallback<T> callback)
binding
- the binding to execute in the context ofcallback
- the callback to be called when the operation has been executed