class DownloadDialog.WindowEventHandler extends java.awt.event.WindowAdapter
| Constructor and Description |
|---|
WindowEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
windowActivated(java.awt.event.WindowEvent e) |
void |
windowClosing(java.awt.event.WindowEvent e) |
WindowEventHandler()
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerwindowClosing in class java.awt.event.WindowAdapterpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerwindowActivated in class java.awt.event.WindowAdapter