Module net.anwiba.commons.swing
Class TableSelectionListener<T>
java.lang.Object
net.anwiba.commons.swing.table.listener.TableSelectionListener<T>
- All Implemented Interfaces:
EventListener,ListSelectionListener
-
Constructor Summary
ConstructorsConstructorDescriptionTableSelectionListener(IObjectTableModel<T> tableModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper) -
Method Summary
-
Constructor Details
-
TableSelectionListener
public TableSelectionListener(IObjectTableModel<T> tableModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
-
-
Method Details
-
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-