Interface OnComplete<T>
public interface OnComplete<T>
Invoked when a process is completed, this is a generic interface designed to
replace the
SuccessCallback interface.-
Method Summary
-
Method Details
-
completed
Invoked to indicate the process was completed
Parameters
v: the value of the process
-