Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gui
Class CloseButtonListener  view CloseButtonListener download CloseButtonListener.java

java.lang.Object
  extended bygui.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

Field Summary
 java.awt.Frame aboutFrame
          Dialog window
 
Constructor Summary
CloseButtonListener(java.awt.Frame frame)
          Constructs listener for button "Puhasta"
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          What to do when a button "Sulge" is pressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aboutFrame

public java.awt.Frame aboutFrame
Dialog window

Constructor Detail

CloseButtonListener

public CloseButtonListener(java.awt.Frame frame)
Constructs listener for button "Puhasta"

Method Detail

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