wt.clients.project
Class ProjectDefinitionFrame.SymWindow
java.lang.Object
java.awt.event.WindowAdapter
wt.clients.project.ProjectDefinitionFrame.SymWindow
- All Implemented Interfaces:
- EventListener, WindowFocusListener, WindowListener, WindowStateListener
- Enclosing class:
- ProjectDefinitionFrame
- class ProjectDefinitionFrame.SymWindow
- extends WindowAdapter
Inner class extension of java.awt.event.WindowAdapter to handle
window closing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectDefinitionFrame.SymWindow
ProjectDefinitionFrame.SymWindow()
windowClosing
public void windowClosing(WindowEvent event)
- Invoked when the frame is closed by clicking on the 'X'
- Parameters:
event
- The AWT event related to clicking on the 'X'