Package Utils.Progress
Class DotsProgress
- java.lang.Object
-
- Utils.Progress.DotsProgress
-
-
Constructor Summary
Constructors Constructor Description DotsProgress(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
-