Class s2iProjectSetup.SymWindow

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--s2iProjectSetup.SymWindow

class s2iProjectSetup.SymWindow
extends java.awt.event.WindowAdapter

A class for handling window events


Constructor Summary
(package private) s2iProjectSetup.SymWindow()
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent event)
          Detect window closed events.
 void windowClosing(java.awt.event.WindowEvent event)
          Detect window closing events.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

s2iProjectSetup.SymWindow

s2iProjectSetup.SymWindow()
Method Detail

windowClosed

public void windowClosed(java.awt.event.WindowEvent event)
Detect window closed events. Basically, pass them on.
Parameters:
event - The event that triggered the call
Overrides:
windowClosed in class java.awt.event.WindowAdapter

windowClosing

public void windowClosing(java.awt.event.WindowEvent event)
Detect window closing events. Basically, pass them on.
Parameters:
event - The event that triggered the call
Overrides:
windowClosing in class java.awt.event.WindowAdapter