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