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 theDropDownSelectionTextField
(e.g., they click an item or press enter on a selected item and the matching window is closed).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(T t)
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(T t)
-
-