Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside.history |
This package deals with keeping a history of actions the user performed
to allow for undoing and redoing these actions.
|
Modifier and Type | Field and Description |
---|---|
private List<StreetsideRecordListener> |
StreetsideRecord.listeners |
Modifier and Type | Method and Description |
---|---|
void |
StreetsideRecord.addListener(StreetsideRecordListener lis)
Adds a listener.
|
void |
StreetsideRecord.removeListener(StreetsideRecordListener lis)
Removes the given listener.
|