wt.clients.project
Class ProjectDefinitionFrame.SymWindow

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bywt.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.


Constructor Summary
(package private) ProjectDefinitionFrame.SymWindow()
           
 
Method Summary
 void windowClosing(WindowEvent event)
          Invoked when the frame is closed by clicking on the 'X'
 
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

ProjectDefinitionFrame.SymWindow

ProjectDefinitionFrame.SymWindow()
Method Detail

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'