Package src.view

Class MovieListView

Object
MainView
MovieListView

public class MovieListView extends MainView
View for movie goer to view the list of movies
Version:
1.0
Author:
Yeek Sheng, Jerick
  • Constructor Details

    • MovieListView

      public MovieListView(MovieGoer movieGoer)
      Creates a new MovieListView with the movieGoer Constructs the list of movies available
      Parameters:
      movieGoer - movieGoer accessing the view MovieGoer
  • Method Details

    • printMovieList

      public void printMovieList()
      Method to print out the title of the list of available movies
    • printMenu

      public void printMenu()
      Method to print the boiler plate and calls printMovieList
      Specified by:
      printMenu in class MainView
    • appContent

      public void appContent()
      Method to take in choice of user to display corresponding details of the movie using MovieDetailsView
      Specified by:
      appContent in class MainView