All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.gui.WindowCloseCommand

java.lang.Object
   |
   +----java.awt.event.WindowAdapter
           |
           +----bank.gui.WindowCloseCommand

public class WindowCloseCommand
extends WindowAdapter
implements ActionListener
close()の動作をreceiverに起こさせるコマンドクラス #pattern: Command

See Also:
Command

Variable Index

 o cont

Constructor Index

 o WindowCloseCommand(Container)

Method Index

 o actionPerformed(ActionEvent)
 o close()
 o windowClosing(WindowEvent)

Variables

 o cont
 protected Container cont

Constructors

 o WindowCloseCommand
 WindowCloseCommand(Container cont)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o close
 protected void close()
 o windowClosing
 public void windowClosing(WindowEvent e)
Overrides:
windowClosing in class WindowAdapter

All Packages  Class Hierarchy  This Package  Previous  Next  Index