Package 

Interface Analyzer.OnAnalyzeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(@NonNull() T result) 成功
      abstract void onFailure(@Nullable() Exception e) 失败
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(@NonNull() T result)

        成功

        Parameters:
        result - 分析结果
      • onFailure

         abstract void onFailure(@Nullable() Exception e)

        失败

        Parameters:
        e - 异常