Package interfaces

Interface ISuggestionView

  • All Known Implementing Classes:
    SuggestionView

    public interface ISuggestionView
    The ISuggestionView interface defines a contract for classes that provide methods to display suggestions, particularly for user interfaces.
    • Method Detail

      • displaySuggestions

        void displaySuggestions​(Suggestion suggestion)
        Displays information about the specified suggestion.
        Parameters:
        suggestion - The Suggestion object to be displayed.