Package | Description |
---|---|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SelectionEventManager.DataListenerInfo |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<SelectionEventManager.ListenerInfo> |
SelectionEventManager.immediatelyListeners |
private java.util.concurrent.CopyOnWriteArrayList<SelectionEventManager.ListenerInfo> |
SelectionEventManager.inEDTListeners |
Modifier and Type | Method and Description |
---|---|
private void |
SelectionEventManager.remove(SelectionEventManager.ListenerInfo searchListener) |
Modifier and Type | Method and Description |
---|---|
private static void |
SelectionEventManager.fireEvent(java.util.List<SelectionEventManager.ListenerInfo> listeners,
DataSelectionListener.SelectionChangeEvent event) |