public interface ReportCollector
This method will call the
report method of the ReportCollector.
Modifier and Type | Method and Description |
---|---|
void |
report(Report report)
Called when there is some issue to report.
|
void report(Report report) throws java.lang.Exception
report
- java.lang.Exception