Package betterBankingGUImaven
Class AccessAccount_GUI
Object
AccessAccount_GUI
- All Implemented Interfaces:
ActionListener,EventListener
public class AccessAccount_GUI
extends Object
implements ActionListener
This class defines a new GUI for the software partition,
and implements methods to manipulate a Client object.
- Version:
- 1.0
- Author:
- Tristan Parry
-
Constructor Summary
Constructors Constructor Description AccessAccount_GUI(Client clientArg)This constructor creates a GUI for the AccessAccount method of the BetterBanking software. -
Method Summary
Modifier and Type Method Description static voidaccessAccount(Client clientArg)This method runs the GUI for the AccessAccount_GUI class, by instantiating/running a AccessAccount_GUI window object.voidactionPerformed(ActionEvent ae)This method accepts user input for an existing Account (assigned to a BetterBanking Client), and accesses this Account to perform internal operations.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AccessAccount_GUI
This constructor creates a GUI for the AccessAccount method of the BetterBanking software.- Parameters:
clientArg- Client object used to access the corresponding BetterBanking Client account
-
-
Method Details
-
actionPerformed
public void actionPerformed(ActionEvent ae)This method accepts user input for an existing Account (assigned to a BetterBanking Client), and accesses this Account to perform internal operations.- Specified by:
actionPerformedin interfaceActionListener
-
accessAccount
This method runs the GUI for the AccessAccount_GUI class, by instantiating/running a AccessAccount_GUI window object.- Parameters:
clientArg- Client object used to access the corresponding BetterBanking Client account
-