public static final class ObjectListComponent.JListSelectionListener<T> extends Object implements ListSelectionListener
| Constructor and Description |
|---|
JListSelectionListener(IListModel<T> listModel,
ListSelectionModel listSelectionModel,
ISelectionModel<T> objectSelectionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(ListSelectionEvent event) |
public JListSelectionListener(IListModel<T> listModel, ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel)
public void valueChanged(ListSelectionEvent event)
valueChanged in interface ListSelectionListenerCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.