Uses of Class
org.openstreetmap.josm.data.osm.event.SelectionEventManager.ListenerInfo

Packages that use SelectionEventManager.ListenerInfo
org.openstreetmap.josm.data.osm.event   
 

Uses of SelectionEventManager.ListenerInfo in org.openstreetmap.josm.data.osm.event
 

Fields in org.openstreetmap.josm.data.osm.event with type parameters of type SelectionEventManager.ListenerInfo
private  java.util.concurrent.CopyOnWriteArrayList<SelectionEventManager.ListenerInfo> SelectionEventManager.inEDTListeners
           
private  java.util.concurrent.CopyOnWriteArrayList<SelectionEventManager.ListenerInfo> SelectionEventManager.normalListeners
           
 

Method parameters in org.openstreetmap.josm.data.osm.event with type arguments of type SelectionEventManager.ListenerInfo
private  void SelectionEventManager.fireEvents(java.util.List<SelectionEventManager.ListenerInfo> listeners, java.util.Collection<? extends OsmPrimitive> newSelection)
           
 



JOSM