public interface Progress
abstract Unit
onStart(Integer total)
onProgress(Integer current, Integer total, Integer percent)
onFinish(Boolean success)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onStart(Integer total)
abstract Unit onProgress(Integer current, Integer total, Integer percent)
abstract Unit onFinish(Boolean success)