Class SelectionEventManager.DataListenerInfo
- java.lang.Object
-
- org.openstreetmap.josm.data.osm.event.SelectionEventManager.DataListenerInfo
-
- All Implemented Interfaces:
SelectionEventManager.ListenerInfo
- Enclosing class:
- SelectionEventManager
private static class SelectionEventManager.DataListenerInfo extends Object implements SelectionEventManager.ListenerInfo
-
-
Field Summary
Fields Modifier and Type Field Description private DataSelectionListener
listener
-
Constructor Summary
Constructors Constructor Description DataListenerInfo(DataSelectionListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
void
fire(DataSelectionListener.SelectionChangeEvent event)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
listener
private final DataSelectionListener listener
-
-
Constructor Detail
-
DataListenerInfo
DataListenerInfo(DataSelectionListener listener)
-
-
Method Detail
-
fire
public void fire(DataSelectionListener.SelectionChangeEvent event)
- Specified by:
fire
in interfaceSelectionEventManager.ListenerInfo
-
-