|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
SOMA.gui.ListClose
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 |
protected Finestra cheFin
Constructor Detail |
public ListClose(Finestra cheFin)
Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |