Class ValidatorDialog.SelectionWatch
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.ValidatorDialog.SelectionWatch
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
- Enclosing class:
- ValidatorDialog
public class ValidatorDialog.SelectionWatch extends Object implements TreeSelectionListener
Watches for tree selection.
-
-
Constructor Summary
Constructors Constructor Description SelectionWatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent e)
-
-
-
Constructor Detail
-
SelectionWatch
public SelectionWatch()
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
-
-