Package Controller
Class Controller
java.lang.Object
Controller.Controller
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Controller
void
void
setCurrentUser
(User user) void
setPreviousView
(ViewObject view) void
Start the main menu for the current user
-
Constructor Details
-
Controller
public Controller()
-
-
Method Details
-
getInstance
-
setCurrentUser
-
setPreviousView
-
startMainMenu
public void startMainMenu()Start the main menu for the current user
-