- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class ExitAction
extends ConsoleAction
This class will create and dispatch a WINDOW_CLOSING event to the active frame. As a result a request to close the
frame will be made and any WindowListener that handles the windowClosing event will be executed. Since clicking on
the "Close" button of the frame or selecting the "Close" option from the system menu also invoke the WindowListener,
this will provide a common exit point for the application.
- See Also:
- Serialized Form