Package docking.widgets
Interface DropDownMultiSelectionChoiceListener<T>
- Type Parameters:
T- type of object displayed in the drop down list
public interface DropDownMultiSelectionChoiceListener<T>
Listener called when the user makes a selection on the
DropDownMultiSelectionTextField.-
Method Summary
Modifier and TypeMethodDescriptionvoidselectionChanged(List<T> t) Invoked when the selection in the dropdown has changed.
-
Method Details
-
selectionChanged
Invoked when the selection in the dropdown has changed.- Parameters:
t- the selected items
-