JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCExitFrame.Exiter

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--com.klg.jclass.util.swing.JCExitFrame.Exiter
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener
Enclosing class:
JCExitFrame

public class JCExitFrame.Exiter
extends WindowAdapter

Inner class used to listen for a window closing message, then exit the application.


Constructor Summary
JCExitFrame.Exiter()
           
 
Method Summary
 void windowClosing(WindowEvent e)
          Overrides window closing event to catch the click on the close box.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCExitFrame.Exiter

public JCExitFrame.Exiter()
Method Detail

windowClosing

public void windowClosing(WindowEvent e)
Overrides window closing event to catch the click on the close box.

Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter
Parameters:
e - The window event

Copyright © 2004 Quest Software Inc..
All rights reserved.