Class NoeTable.NoeListWindowListener
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.openscience.jmol.app.janocchio.NoeTable.NoeListWindowListener
-
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
- Enclosing class:
- NoeTable
class NoeTable.NoeListWindowListener extends WindowAdapter
-
-
Constructor Summary
Constructors Constructor Description NoeListWindowListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
windowClosing(WindowEvent e)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
-
-
-
Method Detail
-
windowClosing
public void windowClosing(WindowEvent e)
- Specified by:
windowClosing
in interfaceWindowListener
- Overrides:
windowClosing
in classWindowAdapter
-
-