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
-
cont
-
-
WindowCloseCommand(Container)
-
-
actionPerformed(ActionEvent)
-
-
close()
-
-
windowClosing(WindowEvent)
-
cont
protected Container cont
WindowCloseCommand
WindowCloseCommand(Container cont)
actionPerformed
public void actionPerformed(ActionEvent e)
close
protected void close()
windowClosing
public void windowClosing(WindowEvent e)
- Overrides:
- windowClosing in class WindowAdapter
All Packages Class Hierarchy This Package Previous Next Index