T - the operations result type.public interface AsyncReadOperation<T>
| 限定符和类型 | 方法和说明 |
|---|---|
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