Class SuggestionPopupListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • suggestionDataChanged

        public void suggestionDataChanged​(SuggestionPopup suggestionPopup,
                                          List<?> previousSuggestionData)
        Deprecated.
        Description copied from interface: SuggestionPopupListener
        Called when a suggestion popup's suggestions have changed.
        Specified by:
        suggestionDataChanged in interface SuggestionPopupListener
        Parameters:
        suggestionPopup - The source of this event.
        previousSuggestionData - The previous data that was being shown.
      • listSizeChanged

        public void listSizeChanged​(SuggestionPopup suggestionPopup,
                                    int previousListSize)
        Deprecated.
        Description copied from interface: SuggestionPopupListener
        Called when a suggestion popup's list size has changed.
        Specified by:
        listSizeChanged in interface SuggestionPopupListener
        Parameters:
        suggestionPopup - The source of this event.
        previousListSize - The previous value of the visible window.