Class AbstractTableListEditor.EntryListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.EntryListener
-
- All Implemented Interfaces:
EventListener
,ListSelectionListener
- Enclosing class:
- AbstractTableListEditor<T>
private class AbstractTableListEditor.EntryListener extends Object implements ListSelectionListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntryListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(ListSelectionEvent e)
-
-
-
Constructor Detail
-
EntryListener
private EntryListener()
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
-