class UploadDialog.WindowEventHandler extends java.awt.event.WindowAdapter
| Modifier and Type | Field and Description |
|---|---|
private boolean |
activatedOnce |
| Constructor and Description |
|---|
WindowEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
windowActivated(java.awt.event.WindowEvent e) |
void |
windowClosing(java.awt.event.WindowEvent e) |
private boolean activatedOnce
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