public class ConsoleStatusReportable extends java.lang.Object implements StatusReportable
| Constructor and Description |
|---|
ConsoleStatusReportable() |
| Modifier and Type | Method and Description |
|---|---|
void |
report(int total,
int current,
java.lang.String message)
Simply display any status reports.
|
public void report(int total,
int current,
java.lang.String message)
report in interface StatusReportabletotal - Total amount.current - Current item.message - Current message.