public interface AsyncCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(T result)
Called when asynchronous call completes successfully
|
void onSuccess(T result)
result
- the return value of the asynchronous callCopyright © 2022. All rights reserved.