Interface StatusReporter


  • public interface StatusReporter
    Implement this interface when you want an object to append its information to the status report.
    Author:
    Charles Rapp
    See Also:
    StatusReport
    • Method Detail

      • reportStatus

        void reportStatus​(PrintWriter report)
        Append your report to this buffer.
        Parameters:
        report - append report to this buffer.