All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.awt.SimpleWindowCloser

java.lang.Object
   |
   +----java.awt.event.WindowAdapter
           |
           +----benno.awt.SimpleWindowCloser

public final class SimpleWindowCloser
extends WindowAdapter
This is a WindowListener that, when a window close is requested, just hides and disposes the window. This should only be used on windows which do not store any information that you will want to keep.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Constructor Index

 o SimpleWindowCloser()

Method Index

 o windowClosing(WindowEvent)

Constructors

 o SimpleWindowCloser
 public SimpleWindowCloser()

Methods

 o windowClosing
 public void windowClosing(WindowEvent e)
Overrides:
windowClosing in class WindowAdapter

All Packages  Class Hierarchy  This Package  Previous  Next  Index