Package net.anwiba.commons.swing.list
Class ObjectListComponent.SelectionListener<T>
- java.lang.Object
-
- net.anwiba.commons.swing.list.ObjectListComponent.SelectionListener<T>
-
- All Implemented Interfaces:
ISelectionListener<T>
- Enclosing class:
- ObjectListComponent<T>
public static final class ObjectListComponent.SelectionListener<T> extends java.lang.Object implements ISelectionListener<T>
-
-
Constructor Summary
Constructors Constructor Description SelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidselectionChanged(SelectionEvent<T> event)
-
-
-
Constructor Detail
-
SelectionListener
public SelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel)
-
-
Method Detail
-
selectionChanged
public void selectionChanged(SelectionEvent<T> event)
- Specified by:
selectionChangedin interfaceISelectionListener<T>
-
-