Package eu.tneitzel.rmg.utils
Class ProgressBar
- java.lang.Object
-
- eu.tneitzel.rmg.utils.ProgressBar
-
public class ProgressBar extends Object
Simple progress bar that is used during the guess and scan operations.- Author:
- Tobias Neitzel (@qtc_de)
-
-
Constructor Summary
Constructors Constructor Description ProgressBar(int work, int length)Initialize the progress bar with the amount of work and the desired length.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddWork()During the scan action, the amount of work may increases and we need a function to increase the value.voidtaskDone()Is called for each task that is done.
-