public abstract class ProgressPrinter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Printer |
printer |
protected int |
total |
| Modifier | Constructor and Description |
|---|---|
protected |
ProgressPrinter(int total,
Printer printer) |
| Modifier and Type | Method and Description |
|---|---|
void |
println(java.lang.String message) |
protected abstract void |
processStep(int currentStep) |
void |
step() |
void |
step(int numberOfSteps) |
Copyright © 2016. All Rights Reserved.