Interface RibbonSpinnerContentModel.SpinnerSelectionChangeListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing interface:
- RibbonSpinnerContentModel
public static interface RibbonSpinnerContentModel.SpinnerSelectionChangeListener 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)
-