public interface WindowAdapter extends EventAdapter
EventAdapter.Linker| Modifier and Type | Method and Description |
|---|---|
void |
window(WindowEvent windowEvent)
Manage window ANY events.
|
void |
windowCloseRequest(WindowEvent windowEvent)
Manage window close request events.
|
void |
windowHidden(WindowEvent windowEvent)
Manage window hidden events.
|
void |
windowHiding(WindowEvent windowEvent)
Manage window hiding events.
|
void |
windowShowing(WindowEvent windowEvent)
Manage window showing events.
|
void |
windowShown(WindowEvent windowEvent)
Manage window shown events.
|
void window(WindowEvent windowEvent)
windowEvent - the event to managevoid windowCloseRequest(WindowEvent windowEvent)
windowEvent - the event to managevoid windowHidden(WindowEvent windowEvent)
windowEvent - the event to managevoid windowHiding(WindowEvent windowEvent)
windowEvent - the event to managevoid windowShowing(WindowEvent windowEvent)
windowEvent - the event to managevoid windowShown(WindowEvent windowEvent)
windowEvent - the event to manageCopyright © 2011–2014 JRebirth OSS. All rights reserved.