Package com.ccprog3
Class ControllerSingleton
java.lang.Object
com.ccprog3.ControllerSingleton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ControllerSingleton
Gets theControllerSingleton
instancevoid
login()
Logs the user invoid
mainMenu()
Main menu for the program.
-
Method Details
-
getInstance
Gets theControllerSingleton
instance- Returns:
- The instance
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
login
public void login()Logs the user in -
mainMenu
public void mainMenu()Main menu for the program.
-