Class SpinnerSelectionListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • selectedIndexChanged

        public void selectedIndexChanged​(Spinner spinner,
                                         int previousSelectedIndex)
        Deprecated.
        Description copied from interface: SpinnerSelectionListener
        Called when a spinner's selected index has changed.
        Specified by:
        selectedIndexChanged in interface SpinnerSelectionListener
        Parameters:
        spinner - The source of the event.
        previousSelectedIndex - If the selection changed directly, contains the index that was previously selected. Otherwise, contains the current selection.
      • selectedItemChanged

        public void selectedItemChanged​(Spinner spinner,
                                        java.lang.Object previousSelectedItem)
        Deprecated.
        Description copied from interface: SpinnerSelectionListener
        Called when a spinners's selected item has changed.
        Specified by:
        selectedItemChanged in interface SpinnerSelectionListener
        Parameters:
        spinner - The source of the event.
        previousSelectedItem - The item that was previously selected, or null if the previous selection cannot be determined.