@FunctionalInterface public static interface BugReport.BugReportListener
| Modifier and Type | Method and Description |
|---|---|
void |
bugReportChanged(BugReport report)
Called whenever this bug report was changed, e.g.
|
void bugReportChanged(BugReport report)
report - The report that was changed.