|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
bin.GUIFramework.WindowHandler
protected class GUIFramework.WindowHandler
This Inner-Class is responsible for over-all window behaviour.
On the closing of the application, the screen location of the
application should be stored and any resources left-over
should be cleared up.
On window closing, also calls the "Garbage Collector" before
exiting the JVM session.
Constructor Summary | |
---|---|
protected |
GUIFramework.WindowHandler()
|
Method Summary | |
---|---|
void |
windowClosing(java.awt.event.WindowEvent event)
Invoked when a window is in the process of being closed. |
Methods inherited from class java.awt.event.WindowAdapter |
---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GUIFramework.WindowHandler()
Method Detail |
---|
public void windowClosing(java.awt.event.WindowEvent event)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |