Package | Description |
---|---|
org.openstreetmap.josm.tools.bugreport |
Provides core classes for the bug report system, allowing to save technical information used later in tickets on issue tracker.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<BugReport.BugReportListener> |
BugReport.listeners |
Modifier and Type | Method and Description |
---|---|
void |
BugReport.addChangeListener(BugReport.BugReportListener listener)
Add a new change listener.
|
void |
BugReport.removeChangeListener(BugReport.BugReportListener listener)
Remove a change listener.
|