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