Package 

Interface Dumper.Listener

    • Method Summary

      Modifier and Type Method Description
      abstract void onFinish(boolean success)
      abstract void onProgress(float progress)
      • Methods inherited from class java.lang.Object

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

      • onFinish

         abstract void onFinish(boolean success)
      • onProgress

         abstract void onProgress(float progress)