Package net.anwiba.commons.swing.list
Class ObjectListComponent.JListSelectionListener<T>
- java.lang.Object
-
- net.anwiba.commons.swing.list.ObjectListComponent.JListSelectionListener<T>
-
- All Implemented Interfaces:
java.util.EventListener,javax.swing.event.ListSelectionListener
- Enclosing class:
- ObjectListComponent<T>
public static final class ObjectListComponent.JListSelectionListener<T> extends java.lang.Object implements javax.swing.event.ListSelectionListener
-
-
Constructor Summary
Constructors Constructor Description JListSelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalueChanged(javax.swing.event.ListSelectionEvent event)
-
-
-
Constructor Detail
-
JListSelectionListener
public JListSelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel)
-
-