|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
userinterface.SuperFaceAdaptor
class SuperFaceAdaptor
This internal class listens for events trying to close the userinterface window. When that happens this class will call the method "systemExit()" in "UserInterface".
Field Summary | |
---|---|
(package private) UserInterface |
adaptee
|
Constructor Summary | |
---|---|
SuperFaceAdaptor(UserInterface adaptee)
The constructor |
Method Summary | |
---|---|
void |
windowClosing(java.awt.event.WindowEvent e)
This method calls "UserInterface.systemExit()" when an event tries to close the userinterface-window. |
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 |
Field Detail |
---|
UserInterface adaptee
Constructor Detail |
---|
SuperFaceAdaptor(UserInterface adaptee)
adaptee
- - a reference to the userinterfaceMethod Detail |
---|
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
e
- - the ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |