-
- All Known Implementing Classes:
SuggestionView
public interface ISuggestionViewTheISuggestionViewinterface defines a contract for classes that provide methods to display suggestions, particularly for user interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplaySuggestions(Suggestion suggestion)Displays information about the specified suggestion.
-
-
-
Method Detail
-
displaySuggestions
void displaySuggestions(Suggestion suggestion)
Displays information about the specified suggestion.- Parameters:
suggestion- TheSuggestionobject to be displayed.
-
-