All Packages Class Hierarchy This Package Previous Next Index
Class bank.gui.AtmGuiCommand
java.lang.Object
|
+----bank.gui.Command
|
+----bank.gui.AtmGuiCommand
- public class AtmGuiCommand
- extends Command
ATMの画面からのイベント処理を行う動作をreceiverに起こさせるコマンドクラス
onDeposit()、onWithdraw()、onCheckbalance() のどれかがreceiverに送られる
#pattern: Command
- See Also:
- Command
-
BALANCE
-
-
DEPOSIT
-
-
WITHDRAW
-
-
AtmGuiCommand(Object, short)
-
-
actionPerformed(ActionEvent)
-
DEPOSIT
static final short DEPOSIT
WITHDRAW
static final short WITHDRAW
BALANCE
static final short BALANCE
AtmGuiCommand
public AtmGuiCommand(Object callback,
short commandId)
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
- actionPerformed in class Command
All Packages Class Hierarchy This Package Previous Next Index