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

Variable Index

 o BALANCE
 o DEPOSIT
 o WITHDRAW

Constructor Index

 o AtmGuiCommand(Object, short)

Method Index

 o actionPerformed(ActionEvent)

Variables

 o DEPOSIT
 static final short DEPOSIT
 o WITHDRAW
 static final short WITHDRAW
 o BALANCE
 static final short BALANCE

Constructors

 o AtmGuiCommand
 public AtmGuiCommand(Object callback,
                      short commandId)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index