Interface AbstractComboBox.ComboBoxListener<Value>

  • Type Parameters:
    Value - The kind of model elements, which are selectable by the related AbstractComboBox.
    Enclosing class:
    AbstractComboBox<Value>

    public static interface AbstractComboBox.ComboBoxListener<Value>
    A listener to react on state changes of AbstractComboBox.
    Author:
    Sascha El-Sharkawy
    • Method Detail

      • valueSelected

        void valueSelected​(Value selectedValue)
        Will be called if a new value was selected.
        Parameters:
        selectedValue - The selected value or null if AbstractComboBox.NO_SELECTION_VALUE was selected.