public interface ReportStatusHub
ReportStatusListener interface and register
themselves as listeners here. When desired, the fireReportStatus(IMarkupWriter) event
will invoke the listener method on each registered object.| Modifier and Type | Method and Description |
|---|---|
void |
addReportStatusListener(ReportStatusListener listener)
Adds the listener; listeners will be invoked in the order in which they are added.
|
void |
fireReportStatus(IMarkupWriter writer)
Generates an HTML status report by invoking
ReportStatusListener.reportStatus(ReportStatusEvent) on each registered listener. |
void |
removeReportStatusListener(ReportStatusListener listener) |
void addReportStatusListener(ReportStatusListener listener)
listener - void removeReportStatusListener(ReportStatusListener listener)
void fireReportStatus(IMarkupWriter writer)
ReportStatusListener.reportStatus(ReportStatusEvent) on each registered listener.writer - a markup writer to send the report to.