public interface OnComplete<T>
Invoked when a process is completed, this is a generic interface designed to
replace the
SuccessCallback interface.Methods
public abstract void completed(T v) | Invoked to indicate the process was completed |
Method details
completed
public abstract void completed(T v)Invoked to indicate the process was completed
Parameters
vT- the value of the process