Modifier and Type | Method and Description |
---|---|
void |
WindowSystemListener.afterLoad(WindowSystemEvent event)
Invoked from EDT after the window system finished loading and is about
to show the main window and its content.
|
void |
WindowSystemListener.afterSave(WindowSystemEvent event)
Invoked from EDT when the window system finished saving its state to disk.
|
void |
WindowSystemListener.beforeLoad(WindowSystemEvent event)
Invoked from EDT before the window system loads.
|
void |
WindowSystemListener.beforeSave(WindowSystemEvent event)
Invoked from EDT before the window system starts saving its state to disk.
|