Package Utils
Interface Progress
-
- All Known Implementing Classes:
SilentProgress
,TextProgress
public interface Progress
Interface for classes that show some sort of progress to standard out
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
done()
Marks another task as donevoid
done(int number)
Marks multiple taskes as done
-