public class NullStatusReportable extends java.lang.Object implements StatusReportable
| Constructor and Description |
|---|
NullStatusReportable() |
| Modifier and Type | Method and Description |
|---|---|
void |
report(int total,
int current,
java.lang.String message)
Simply ignore any status reports.
|
public void report(int total,
int current,
java.lang.String message)
report in interface StatusReportabletotal - Not used.current - Not used.message - Not used.