Uses of Interface
org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo
-
Packages that use SelectionEventManager.ListenerInfo Package Description org.openstreetmap.josm.data.osm.event Provides the classes for OSM dataset events. -
-
Uses of SelectionEventManager.ListenerInfo in org.openstreetmap.josm.data.osm.event
Classes in org.openstreetmap.josm.data.osm.event that implement SelectionEventManager.ListenerInfo Modifier and Type Class Description private static class
SelectionEventManager.DataListenerInfo
Fields in org.openstreetmap.josm.data.osm.event with type parameters of type SelectionEventManager.ListenerInfo Modifier and Type Field Description private CopyOnWriteArrayList<SelectionEventManager.ListenerInfo>
SelectionEventManager. immediatelyListeners
private CopyOnWriteArrayList<SelectionEventManager.ListenerInfo>
SelectionEventManager. inEDTListeners
Methods in org.openstreetmap.josm.data.osm.event with parameters of type SelectionEventManager.ListenerInfo Modifier and Type Method Description private void
SelectionEventManager. remove(SelectionEventManager.ListenerInfo searchListener)
Method parameters in org.openstreetmap.josm.data.osm.event with type arguments of type SelectionEventManager.ListenerInfo Modifier and Type Method Description private static void
SelectionEventManager. fireEvent(List<SelectionEventManager.ListenerInfo> listeners, DataSelectionListener.SelectionChangeEvent event)
-