databionics.esom.util.actions
Class ExitAction

java.lang.Object
  extended by databionics.esom.util.actions.ExitAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.WindowListener, java.util.EventListener

public class ExitAction
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.WindowListener

Exit program


Field Summary
protected  Application app
           
protected static org.apache.log4j.Logger log
          interface to log4j system
 
Constructor Summary
ExitAction(Application app)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          handle the performed action
 void windowActivated(java.awt.event.WindowEvent e)
          handle event
 void windowClosed(java.awt.event.WindowEvent e)
          handle event
 void windowClosing(java.awt.event.WindowEvent e)
          exit somana
 void windowDeactivated(java.awt.event.WindowEvent e)
          handle event
 void windowDeiconified(java.awt.event.WindowEvent e)
          handle event
 void windowIconified(java.awt.event.WindowEvent e)
          handle event
 void windowOpened(java.awt.event.WindowEvent e)
          handle event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system


app

protected Application app
Constructor Detail

ExitAction

public ExitAction(Application app)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
handle the performed action

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
ActionEvent - e

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
handle event

Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
handle event

Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
handle event

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
handle event

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
handle event

Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
handle event

Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
exit somana

Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.