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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(T t)
 
- 
- 
- 
Method Detail- 
selectionChangedvoid selectionChanged(T t) 
 
- 
 
-