public interface ReportListener
| Modifier and Type | Method and Description |
|---|---|
void |
metricAdded(Metric metric)
A new metric point has been reported.
|
void |
ruleViolationAdded(RuleViolation ruleViolation)
A new violation has been found.
|
void ruleViolationAdded(RuleViolation ruleViolation)
ruleViolation - the found violation.void metricAdded(Metric metric)
metric - the metricCopyright © 2002–2016 InfoEther. All rights reserved.