public interface Analyzer.OnAnalyzeListener<T>
Analyze listener
abstract void
onSuccess(@NonNull() T result)
onFailure(@Nullable() Exception e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(@NonNull() T result)
成功
result
abstract void onFailure(@Nullable() Exception e)
失败
e