Package gui.controller.auth
Class RegisterWindowActionListener
java.lang.Object
gui.controller.auth.RegisterWindowActionListener
- All Implemented Interfaces:
ActionListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an action occurs.
-
Constructor Details
-
RegisterWindowActionListener
-
-
Method Details
-
actionPerformed
Invoked when an action occurs.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- the event to be processed
-