Class ComboBoxSelectionEvent

  • All Implemented Interfaces:
    Serializable

    public class ComboBoxSelectionEvent
    extends EventObject
    Created on 8/7/14.
    Since:
    2.10
    Author:
    Tony Chemit - dev@tchemit.fr
    See Also:
    Serialized Form
    • Field Detail

      • currentSelectedItem

        protected final Serializable currentSelectedItem
        The current selected item in comboBox.
      • nextSelectedItem

        protected final Serializable nextSelectedItem
        The item to selected in comboBox.
    • Constructor Detail

      • ComboBoxSelectionEvent

        public ComboBoxSelectionEvent​(Object source,
                                      Serializable currentSelectedItem,
                                      Serializable nextSelectedItem)
        Constructs a ComboBoxSelectionEvent object.
        Parameters:
        source - the Object that originated the event (typically this)
        currentSelectedItem - the current selected item in comboBox
        nextSelectedItem - the item to selected in comboBox.
    • Method Detail

      • getCurrentSelectedItem

        public Serializable getCurrentSelectedItem()
      • getNextSelectedItem

        public Serializable getNextSelectedItem()