Package | Description |
---|---|
org.openstreetmap.josm.tools.bugreport |
Provides classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.
|
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.
|