Package net.minheur.potoflux.login
Class CreateAccountHandler
java.lang.Object
net.minheur.potoflux.login.CreateAccountHandler
This class is in charge when you click the create account button.
It only handles when you create your own account, not when an admin creates one.
It only handles when you create your own account, not when an admin creates one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreate()Creates, displays and interprets aCreateAccountDialog.
If validated, will send a request to create the account on the server
-
Constructor Details
-
CreateAccountHandler
public CreateAccountHandler()
-
-
Method Details
-
create
public static void create()Creates, displays and interprets aCreateAccountDialog.
If validated, will send a request to create the account on the server
-