类 Progress
java.lang.Object
cn.toutatis.xvoid.axolotl.manage.Progress
进度管理器,用来获取默认实现。
progress manager.
- 作者:
- Toutatis_Gc
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static String生成一个随机的进度IDstatic DoublegetProgress(String progressId) static voidstatic booleanisFinished(String progressId) static voidupdateProgress(String progressId, int currentRecords)
-
构造器详细资料
-
Progress
public Progress()
-
-
方法详细资料
-
init
-
updateProgress
-
getProgress
-
isFinished
-
generateProgressId
生成一个随机的进度ID
-