swing.addon.event
Class ActionAdapters.ExitApplicationAdapter

java.lang.Object
  |
  +--swing.addon.event.ActionAdapters.ExitApplicationAdapter
Enclosing class:
ActionAdapters

public static final class ActionAdapters.ExitApplicationAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ActionAdapters.ExitApplicationAdapter()
           
ActionAdapters.ExitApplicationAdapter(int value)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAdapters.ExitApplicationAdapter

public ActionAdapters.ExitApplicationAdapter()

ActionAdapters.ExitApplicationAdapter

public ActionAdapters.ExitApplicationAdapter(int value)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener