Package src.view
Class StaffSystemConfigView
View for the initial cinema staff module upon successful login
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
ConstructorDescriptionStaffSystemConfigView
(CinemaStaff cinemaStaff) Constructor for the StaffSystemConfig module -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 choicevoid
Method to print boiler plate for the staff system moduleMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
StaffSystemConfigView
Constructor for the StaffSystemConfig module- Parameters:
cinemaStaff
-CinemaStaff
-
-
Method Details
-
printMenu
public void printMenu()Method to print boiler plate for the staff system module -
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 classMainView
-