public final class SelectionListener<T> extends Object implements ISelectionListener<T>
| Constructor and Description |
|---|
SelectionListener(IObjectTableModel<T> tableModel,
ListSelectionModel tableSelectionModel,
ISelectionModel<T> objectSelectionModel,
ISortedRowMapper sortedRowMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionEvent<T> event) |
public SelectionListener(IObjectTableModel<T> tableModel, ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel, ISortedRowMapper sortedRowMapper)
public void selectionChanged(SelectionEvent<T> event)
selectionChanged in interface ISelectionListener<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.