public interface CallBack
| Modifier and Type | Method and Description |
|---|---|
void |
callBack()
Method that will be called back on the original caller, if no errors occurred.
|
void |
callBackOnError(java.lang.String errorInfo)
Method that will be called on the original caller, in the event of an error.
|
void callBack()
void callBackOnError(java.lang.String errorInfo)
errorInfo - Information about the error that occurred.Built on July 29 2025