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