Interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener

  • All Superinterfaces:
    java.util.EventListener
    Enclosing interface:
    RibbonComboBoxContentModel<E>

    public static interface RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
    extends java.util.EventListener
    • Method Detail

      • onSelectionChanged

        void onSelectionChanged​(java.lang.Object oldSelection,
                                java.lang.Object newSelection)