Package Utils
Class SilentProgress
- java.lang.Object
-
- Utils.SilentProgress
-
-
Constructor Summary
Constructors Constructor Description SilentProgress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
done()
Marks another task as donevoid
done(int number)
Marks multiple taskes as done
-
-
-
Method Detail
-
done
public void done()
Description copied from interface:Progress
Marks another task as done
-
-