Class SuggestionPopupSelectionListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • selectedSuggestionChanged

        public void selectedSuggestionChanged​(SuggestionPopup suggestionPopup,
                                              java.lang.Object previousSelectedSuggestion)
        Deprecated.
        Description copied from interface: SuggestionPopupSelectionListener
        Called when a suggestion popup's selected suggestion has changed.
        Specified by:
        selectedSuggestionChanged in interface SuggestionPopupSelectionListener
        Parameters:
        suggestionPopup - The source of the event.
        previousSelectedSuggestion - The item that was previously selected, or null if the previous selection cannot be determined.