Interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener

All Superinterfaces:
EventListener
Enclosing interface:
RibbonComboBoxContentModel<E>

public static interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSelectionChanged(Object oldSelection, Object newSelection)
     
  • Method Details

    • onSelectionChanged

      void onSelectionChanged(Object oldSelection, Object newSelection)