Module com.example.project
Class LoginController
java.lang.Object
com.example.project.controllers.gameScreens.GameScreenController
com.example.project.controllers.gameScreens.LoginController
Controller for the login scene.
-
Field Summary
Fields inherited from class com.example.project.controllers.gameScreens.GameScreenController
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
FXML initialise function called once when the .fxml is loaded on application launch.protected void
void
Called when the game scene is changed to one of the GameScenes Login, Level, Shop etc.protected void
-
Constructor Details
-
LoginController
public LoginController()No arg constructor.
-
-
Method Details
-
onSceneChangedToThis
public void onSceneChangedToThis()Description copied from class:GameScreenController
Called when the game scene is changed to one of the GameScenes Login, Level, Shop etc.- Specified by:
onSceneChangedToThis
in classGameScreenController
-
initialize
public void initialize()FXML initialise function called once when the .fxml is loaded on application launch. -
onLoginButtonClick
protected void onLoginButtonClick() -
onSignupButtonClick
protected void onSignupButtonClick()
-