public interface AsyncCallbackOnSuccess<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(T result)
Called when an asynchronous call completes successfully.
|
void onSuccess(T result)
result - the return value of the remote produced callCopyright © 2015–2018. All rights reserved.