gui
Class CloseButtonListener

java.lang.Object
gui.CloseButtonListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class CloseButtonListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
This class is a listener for button "Sulge"
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aboutFrame
public java.awt.Frame aboutFrame
- Dialog window
CloseButtonListener
public CloseButtonListener(java.awt.Frame frame)
- Constructs listener for button "Puhasta"
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- What to do when a button "Sulge" is pressed
- Specified by:
actionPerformed in interface java.awt.event.ActionListener