-
public interface Dumper.Listener
-
-
Method Summary
Modifier and Type Method Description abstract voidonFinish(boolean success)abstract voidonProgress(float progress)-
-
Method Detail
-
onFinish
abstract void onFinish(boolean success)
-
onProgress
abstract void onProgress(float progress)
-
-
-
-