Module net.anwiba.commons.swing
Class SelectionListener<T>
java.lang.Object
net.anwiba.commons.swing.table.listener.SelectionListener<T>
- All Implemented Interfaces:
ISelectionListener<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionListener(IObjectTableModel<T> tableModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper) -
Method Summary
-
Constructor Details
-
SelectionListener
public SelectionListener(IObjectTableModel<T> tableModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
-
-
Method Details
-
selectionChanged
- Specified by:
selectionChangedin interfaceISelectionListener<T>
-