Package docking.widgets
Interface DropDownSelectionChoiceListener<T>
- Type Parameters:
T
- The type of objects used by the field.
public interface DropDownSelectionChoiceListener<T>
A listener that is called when the user makes a selection from the
DropDownSelectionTextField
(e.g., they click an item or press enter on a selected
item and the matching window is closed).-
Method Summary
-
Method Details
-
selectionChanged
-