Interface ResultError
-
public interface ResultError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(Throwable throwable)成功
-
-
-
Method Detail
-
onError
void onError(Throwable throwable)
成功- Parameters:
throwable-
-
-