|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.esom.util.actions.ExitAction
public class ExitAction
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 |
|---|
protected static final org.apache.log4j.Logger log
protected Application app
| Constructor Detail |
|---|
public ExitAction(Application app)
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionEvent - epublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerWindowEvent - epublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerWindowEvent - epublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerWindowEvent - epublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerWindowEvent - epublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerWindowEvent - epublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerWindowEvent - epublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerWindowEvent - e
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||