- java.lang.Object
-
- view.SuggestionView
-
- All Implemented Interfaces:
ISuggestionView
public class SuggestionView extends java.lang.Object implements ISuggestionView
TheSuggestionViewclass implementsISuggestionViewand provide a method to display suggestions
-
-
Constructor Summary
Constructors Constructor Description SuggestionView()Construct an instance ofSuggestionView
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplaySuggestions(Suggestion suggestion)Displays information about the specified suggestion.
-
-
-
Constructor Detail
-
SuggestionView
public SuggestionView()
Construct an instance ofSuggestionView
-
-
Method Detail
-
displaySuggestions
public void displaySuggestions(Suggestion suggestion)
Description copied from interface:ISuggestionViewDisplays information about the specified suggestion.- Specified by:
displaySuggestionsin interfaceISuggestionView- Parameters:
suggestion- TheSuggestionobject to be displayed.
-
-