Package org.openstreetmap.josm.actions
Class SimplifyWayAction.SimplifyChangeListener
- java.lang.Object
-
- org.openstreetmap.josm.actions.SimplifyWayAction.SimplifyChangeListener
-
- All Implemented Interfaces:
EventListener
,ChangeListener
- Enclosing class:
- SimplifyWayAction
private static class SimplifyWayAction.SimplifyChangeListener extends Object implements ChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description private SpinnerNumberModel
errorModel
(package private) Command
lastCommand
private JLabel
nodesToRemove
private List<Way>
ways
-
Constructor Summary
Constructors Constructor Description SimplifyChangeListener(JLabel nodesToRemove, SpinnerNumberModel errorModel, List<Way> ways)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stateChanged(ChangeEvent e)
-
-
-
Field Detail
-
lastCommand
Command lastCommand
-
nodesToRemove
private final JLabel nodesToRemove
-
errorModel
private final SpinnerNumberModel errorModel
-
-
Constructor Detail
-
SimplifyChangeListener
SimplifyChangeListener(JLabel nodesToRemove, SpinnerNumberModel errorModel, List<Way> ways)
-
-
Method Detail
-
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interfaceChangeListener
-
-