EventListener
public interface WindowSystemListener extends EventListener
WindowManager.addWindowSystemListener(WindowSystemListener)
Modifier and Type | Method | Description |
---|---|---|
void |
afterLoad(WindowSystemEvent event) |
Invoked from EDT after the window system finished loading and is about
to show the main window and its content.
|
void |
afterSave(WindowSystemEvent event) |
Invoked from EDT when the window system finished saving its state to disk.
|
void |
beforeLoad(WindowSystemEvent event) |
Invoked from EDT before the window system loads.
|
void |
beforeSave(WindowSystemEvent event) |
Invoked from EDT before the window system starts saving its state to disk.
|
void beforeLoad(WindowSystemEvent event)
event
- void afterLoad(WindowSystemEvent event)
event
- void beforeSave(WindowSystemEvent event)
event
- void afterSave(WindowSystemEvent event)
event
- Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.