Package net.sf.eBus.util.logging
Interface StatusReporter
-
public interface StatusReporterImplement this interface when you want an object to append its information to the status report.- Author:
- Charles Rapp
- See Also:
StatusReport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportStatus(PrintWriter report)Append your report to this buffer.
-
-
-
Method Detail
-
reportStatus
void reportStatus(PrintWriter report)
Append your report to this buffer.- Parameters:
report- append report to this buffer.
-
-