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
ConstructorDescriptionTLcdAWTWindowCloser
(Window aWindowToClose) Deprecated.Constructs aTLcdAWTWindowCloser
to close the given window. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Constructor Details
-
TLcdAWTWindowCloser
Deprecated.Constructs aTLcdAWTWindowCloser
to close the given window.- Parameters:
aWindowToClose
- the window to set invisible when performing the action.
-
-
Method Details
-
actionPerformed
Deprecated.- Specified by:
actionPerformed
in interfaceActionListener
-
windowClosing
Deprecated.- Specified by:
windowClosing
in interfaceWindowListener
- Overrides:
windowClosing
in classWindowAdapter
-