Class InstantClose
java.lang.Object
com.jackmeng.halcyoninae.cosmos.components.InstantClose
- All Implemented Interfaces:
WindowListener,EventListener
An event handler to handle any events
when the main big container is going
for closing.
- Since:
- 3.1
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
InstantClose
public InstantClose()
-
-
Method Details
-
windowOpened
- Specified by:
windowOpenedin interfaceWindowListener- Parameters:
e-
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener- Parameters:
e-
-
windowClosed
- Specified by:
windowClosedin interfaceWindowListener- Parameters:
e-
-
windowIconified
- Specified by:
windowIconifiedin interfaceWindowListener- Parameters:
e-
-
windowDeiconified
- Specified by:
windowDeiconifiedin interfaceWindowListener- Parameters:
e-
-
windowActivated
- Specified by:
windowActivatedin interfaceWindowListener- Parameters:
e-
-
windowDeactivated
- Specified by:
windowDeactivatedin interfaceWindowListener- Parameters:
e-
-