Package com.luciad.gui
Class TLcdAWTWindowCloser
java.lang.Object
java.awt.event.WindowAdapter
com.luciad.gui.TLcdAWTWindowCloser
- All Implemented Interfaces:
ActionListener,WindowFocusListener,WindowListener,WindowStateListener,EventListener
Deprecated.
this class should not be needed
An action listener that makes a window not visible.
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdAWTWindowCloser(Window aWindowToClose) Deprecated.Constructs aTLcdAWTWindowCloserto close the given window. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Constructor Details
-
TLcdAWTWindowCloser
Deprecated.Constructs aTLcdAWTWindowCloserto close the given window.- Parameters:
aWindowToClose- the window to set invisible when performing the action.
-
-
Method Details
-
actionPerformed
Deprecated.- Specified by:
actionPerformedin interfaceActionListener
-
windowClosing
Deprecated.- Specified by:
windowClosingin interfaceWindowListener- Overrides:
windowClosingin classWindowAdapter
-