Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.list
Class ObjectListComponent.SelectionListener<T>
java.lang.Object
net.anwiba.commons.swing.list.ObjectListComponent.SelectionListener<T>
- All Implemented Interfaces:
ISelectionListener<T>
- Enclosing class:
- ObjectListComponent<T>
public static final class ObjectListComponent.SelectionListener<T>
extends Object
implements ISelectionListener<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionListener(IListModel<T> listModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel) -
Method Summary
-
Constructor Details
-
SelectionListener
public SelectionListener(IListModel<T> listModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel)
-
-
Method Details
-
selectionChanged
- Specified by:
selectionChangedin interfaceISelectionListener<T>
-