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

Quick Search    Search Deep

mindbright.util
Class AWTConvenience.CloseAction  view AWTConvenience.CloseAction download AWTConvenience.CloseAction.java

java.lang.Object
  extended bymindbright.util.AWTConvenience.CloseAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AWTConvenience

public static class AWTConvenience.CloseAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  java.awt.Dialog dialog
           
 
Constructor Summary
AWTConvenience.CloseAction(java.awt.Dialog dialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

java.awt.Dialog dialog
Constructor Detail

AWTConvenience.CloseAction

public AWTConvenience.CloseAction(java.awt.Dialog dialog)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener