public interface Callback<T>
void
onCancel()
onError(Throwable throwable)
onReceive(RestResult<T> result)
void onReceive(RestResult<T> result)
result
RestResult
void onError(Throwable throwable)
throwable
Throwable
void onCancel()
Copyright © 2018–2022 Alibaba Group. All rights reserved.