public class CloseContentOnWindowClose
extends java.awt.event.WindowAdapter
Constructor and Description |
---|
CloseContentOnWindowClose(java.io.Closeable content)
Create a WindowListener that will release resources owned by the window when it is closed.
|
Modifier and Type | Method and Description |
---|---|
void |
windowClosed(java.awt.event.WindowEvent e)
Invoked when a window has been closed.
|