|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The MainWindowListener interface is one of the interfaces extension
writers use to add functionality to Spark.
| Method Summary | |
void |
mainWindowActivated()
Invoked by the MainWindow when it has been activated, such
as when it is coming out of a minimized state. |
void |
mainWindowDeactivated()
Invoked by the MainWindow when it has been minimized in the toolbar. |
void |
shutdown()
Invoked by the MainWindow when it is about the shutdown. |
| Method Detail |
public void shutdown()
MainWindow when it is about the shutdown.
When invoked, the MainWindowListener
should do anything necessary to persist their current state.
MainWindowListeners authors should take care to ensure
that any extraneous processing is not performed on this method, as it would
cause a delay in the shutdown process.
MainWindowpublic void mainWindowActivated()
MainWindow when it has been activated, such
as when it is coming out of a minimized state.
When invoked, the MainWindowListener
should do anything necessary to smoothly transition back to the application.
MainWindowpublic void mainWindowDeactivated()
MainWindow when it has been minimized in the toolbar.
MainWindow
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||