Package src.view
Class CineplexView
View class for handling all the UI related to
Cineplex
- Version:
- 1.0
- Author:
- Lee Juin, Jerick
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Main content of the UIvoid
Method to print the cineplexes which are showing the movie selected by the uservoid
Standard function to print the menu for user to choose the next actionMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
CineplexView
Constructor- Parameters:
movie
- is the movie selected by the Movie GoermovieGoer
- is the target Movie Goer
-
-
Method Details
-
printCineplex
public void printCineplex()Method to print the cineplexes which are showing the movie selected by the user -
printMenu
public void printMenu()Standard function to print the menu for user to choose the next action -
appContent
public void appContent()Main content of the UI- Specified by:
appContent
in classMainView
-