All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.gui.Command

java.lang.Object
   |
   +----bank.gui.Command

public abstract class Command
extends Object
implements ActionListener
コマンドパターンを実現するための抽象クラス #pattern: Command

See Also:
Command

Variable Index

 o callback
 o commandId

Constructor Index

 o Command(Object)
 o Command(Object, short)

Method Index

 o actionPerformed(ActionEvent)
 o setCallback(Object)
 o setCommandId(short)

Variables

 o callback
 protected Object callback
 o commandId
 protected short commandId

Constructors

 o Command
 public Command(Object callback)
 o Command
 public Command(Object callback,
                short commandId)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o setCallback
 public void setCallback(Object callback)
Parameters:
callback - java.lang.Object
 o setCommandId
 public void setCommandId(short id)
Parameters:
id - short

All Packages  Class Hierarchy  This Package  Previous  Next  Index