Class TLcdAWTWindowCloser

java.lang.Object
java.awt.event.WindowAdapter
com.luciad.gui.TLcdAWTWindowCloser
All Implemented Interfaces:
ActionListener, WindowFocusListener, WindowListener, WindowStateListener, EventListener

@Deprecated public class TLcdAWTWindowCloser extends WindowAdapter implements ActionListener
Deprecated.
this class should not be needed
An action listener that makes a window not visible.
  • Constructor Details

    • TLcdAWTWindowCloser

      public TLcdAWTWindowCloser(Window aWindowToClose)
      Deprecated.
      Constructs a TLcdAWTWindowCloser to close the given window.
      Parameters:
      aWindowToClose - the window to set invisible when performing the action.
  • Method Details