Package bank.app.savings
Class DoShowBalance
Show the account's balance.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute()Executes the command: as defined in the Command pattern, the command's execution should eventually invoke the receiver's action.Methods inherited from class pt.tecnico.uilib.menus.Command
addBooleanField, addIntegerField, addRealField, addStringField, booleanField, integerField, isLast, isValid, performCommand, realField, stringField, title
-
Constructor Details
-
DoShowBalance
- Parameters:
receiver-
-
-
Method Details