Class MultiMain.CloseLyss

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--MultiMain.CloseLyss
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.WindowListener
Enclosing class:
MultiMain

public class MultiMain.CloseLyss
extends java.awt.event.WindowAdapter
implements java.awt.event.ActionListener

Class CloseLyss


Constructor Summary
MultiMain.CloseLyss()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Listens for ActionEvents
 void windowClosing(java.awt.event.WindowEvent we)
          Listens for WindowEvents
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMain.CloseLyss

public MultiMain.CloseLyss()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent we)
Listens for WindowEvents
Overrides:
windowClosing in class java.awt.event.WindowAdapter
Parameters:
ae - WindowEvent

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Listens for ActionEvents
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
ae - ActionEvent