接口 DistroCallback
public interface DistroCallback
Distro callback.
- 作者:
- xiweng.yy
-
方法概要
-
方法详细资料
-
onSuccess
void onSuccess()Callback when distro task execute successfully. -
onFailed
Callback when distro task execute failed.- 参数:
throwable- throwable if execute failed caused by exception
-