Package com.palantir.ptoss.cinch.swing
Class JListSelectionWiringHarness.BoundSelectionListener
java.lang.Object
com.palantir.ptoss.cinch.swing.JListSelectionWiringHarness.BoundSelectionListener
- All Implemented Interfaces:
EventListener
,ListSelectionListener
- Enclosing class:
- JListSelectionWiringHarness
protected static class JListSelectionWiringHarness.BoundSelectionListener
extends Object
implements ListSelectionListener
-
Constructor Summary
ConstructorsConstructorDescriptionBoundSelectionListener
(JList list, ListSelectionModel selectionModel, Mutator mutator, boolean multi) -
Method Summary
-
Constructor Details
-
BoundSelectionListener
public BoundSelectionListener(JList list, ListSelectionModel selectionModel, Mutator mutator, boolean multi)
-
-
Method Details
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-