-
- All Known Implementing Classes:
SuggestionView
public interface ISuggestionView
TheISuggestionView
interface 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 void
displaySuggestions(Suggestion suggestion)
Displays information about the specified suggestion.
-
-
-
Method Detail
-
displaySuggestions
void displaySuggestions(Suggestion suggestion)
Displays information about the specified suggestion.- Parameters:
suggestion
- TheSuggestion
object to be displayed.
-
-