public interface AsyncCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFail(Exception ex)
Async callback handler at failed return.
|
void |
onSuccess(T result)
Async callback handler at successfully return.
|
Copyright © 2024. All Rights Reserved.