- java.lang.Object
-
- view.SuggestionView
-
- All Implemented Interfaces:
ISuggestionView
public class SuggestionView extends java.lang.Object implements ISuggestionView
TheSuggestionView
class implementsISuggestionView
and 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 void
displaySuggestions(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:ISuggestionView
Displays information about the specified suggestion.- Specified by:
displaySuggestions
in interfaceISuggestionView
- Parameters:
suggestion
- TheSuggestion
object to be displayed.
-
-