Package Utils.Progress
Class TextBarProgress
- java.lang.Object
-
- Utils.Progress.TextBarProgress
-
-
Constructor Summary
Constructors Constructor Description TextBarProgress(long total)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
done()
Call when another task has been completedvoid
done(int number)
Call when more tasks have been completed
-