Package src.view
Class CinemaView
View class for handling all UI related to
Cinema
- Version:
- 1.0
- Author:
- Lee Juin, Jerick
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Main content of the UIvoid
Front-end handler to handle the printing of the different types of cinema showing the movie selectedvoid
Standard function to print the menu for user to choose the next actionMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
CinemaView
Constructor- Parameters:
cineplex
- is the cineplex for the cinema to be viewedmovie
- is the movie selected by the Movie GoermovieGoer
- is the target Movie Goer
-
-
Method Details
-
printCinemas
public void printCinemas()Front-end handler to handle the printing of the different types of cinema showing the movie selected -
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
-