Constructor | Description |
---|---|
TextProgress(long total) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
done() |
Called to indicate another task is complete
|
void |
done(int number) |
Called to indicate multiple tasks are complete
|
public TextProgress(long total)
total
- The number of tasks to be donepublic void done()
Progress