Package src.view
Class MovieSearchView
View for movie goer to search for a particular movie title
- Version:
- 1.0
- Author:
- Yeek Sheng, Jerick
-
Constructor Summary
ConstructorDescriptionMovieSearchView
(MovieGoer movieGoer) Creates a a new MovieSearchView with movieGoer -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to take in the choice of the user and calls MovieDetailsView if the movieTitle is availablevoid
Method to print the boiler plate and menu contentMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
MovieSearchView
Creates a a new MovieSearchView with movieGoer- Parameters:
movieGoer
- movieGoer accessing the viewMovieGoer
-
-
Method Details
-
printMenu
public void printMenu()Method to print the boiler plate and menu content -
appContent
public void appContent()Method to take in the choice of the user and calls MovieDetailsView if the movieTitle is available- Specified by:
appContent
in classMainView
-