bibliDP.dessins
Class Fermeture

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--bibliDP.dessins.Fermeture
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener

public class Fermeture
extends java.awt.event.WindowAdapter

Gestionnaire arretant le programme au click sur la case de fermeture


Constructor Summary
Fermeture()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
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

Fermeture

public Fermeture()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Overrides:
windowClosing in class java.awt.event.WindowAdapter