Interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
- All Superinterfaces:
EventListener
- Enclosing interface:
RibbonComboBoxContentModel<E>
public static interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
extends EventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSelectionChanged
(Object oldSelection, Object newSelection)
-
Method Details
-
onSelectionChanged
-