|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.cmd.StandaloneWindowListener
public class StandaloneWindowListener
WindowListener implementation for KawigiEditStandalone. The main purpose here is to make the window commit preferences and exit when the window is closed.
| Constructor Summary | |
|---|---|
StandaloneWindowListener()
|
|
| Method Summary | |
|---|---|
void |
windowActivated(java.awt.event.WindowEvent e)
Empty. |
void |
windowClosed(java.awt.event.WindowEvent e)
Empty. |
void |
windowClosing(java.awt.event.WindowEvent e)
Commits preferences, disposes the window, and exits the program. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Empty. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Empty. |
void |
windowIconified(java.awt.event.WindowEvent e)
Empty. |
void |
windowOpened(java.awt.event.WindowEvent e)
Empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandaloneWindowListener()
| Method Detail |
|---|
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||