Interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing interface:
- RibbonComboBoxContentModel<E>
public static interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSelectionChanged(java.lang.Object oldSelection, java.lang.Object newSelection)
-