public interface OnComplete<T>
SuccessCallback interface.| Modifier and Type | Method and Description |
|---|---|
void |
completed(T v)
Invoked to indicate the process was completed
|
void completed(T v)
v - the value of the processCopyright © 2023. All rights reserved.