Package src.view

Class StaffSystemConfigView

Object
MainView
StaffSystemConfigView

public class StaffSystemConfigView extends MainView
View for the initial cinema staff module upon successful login
Version:
1.0
Author:
Jonathan Ng
  • Constructor Details

    • StaffSystemConfigView

      public StaffSystemConfigView(CinemaStaff cinemaStaff)
      Constructor for the StaffSystemConfig module
      Parameters:
      cinemaStaff - CinemaStaff
  • Method Details

    • printMenu

      public void printMenu()
      Method to print boiler plate for the staff system module
      Specified by:
      printMenu in class MainView
    • appContent

      public void appContent()
      Method to call printMenu and accepts cinema staffs' input of what function is to be executed Navigates to different views based on the choice of the cinema staff upon successful choice
      Specified by:
      appContent in class MainView