Package src.view

Class CineplexView

Object
MainView
CineplexView

public class CineplexView extends MainView
View class for handling all the UI related to Cineplex
Version:
1.0
Author:
Lee Juin, Jerick
  • Constructor Details

    • CineplexView

      public CineplexView(Movie movie, MovieGoer movieGoer)
      Constructor
      Parameters:
      movie - is the movie selected by the Movie Goer
      movieGoer - 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
      Specified by:
      printMenu in class MainView
    • appContent

      public void appContent()
      Main content of the UI
      Specified by:
      appContent in class MainView