SOMA.gui
Class ListClose

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bySOMA.gui.ListClose
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class ListClose
extends java.awt.event.WindowAdapter
implements java.awt.event.ActionListener, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Finestra cheFin
          Riferimenti ai dati passati al costruttore.
 
Constructor Summary
ListClose(Finestra cheFin)
          Costruttore, con l'oggetto Finestra da distruggere.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Metodo richiesto dall'interfaccia ActionListener.
 void windowClosing(java.awt.event.WindowEvent e)
          Metodo richiesto dalla classe WindowAdapter.
 
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
 

Field Detail

cheFin

protected Finestra cheFin
Riferimenti ai dati passati al costruttore.

Constructor Detail

ListClose

public ListClose(Finestra cheFin)
Costruttore, con l'oggetto Finestra da distruggere.

Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Metodo richiesto dalla classe WindowAdapter.

Specified by:
windowClosing in interface java.awt.event.WindowListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Metodo richiesto dall'interfaccia ActionListener.

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2004 Luca Foschini