|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindowListener
Definition of an interface that must be implemented by objects that are interested in window related events.
This event listener interface is an abstraction of platform specific window event listener interfaces. It defines callback methods for typical window events like window closing, activation, or iconifying.
| Method Summary | |
|---|---|
void |
windowActivated(WindowEvent event)
Callback method to notify a listener that a window was activated. |
void |
windowClosed(WindowEvent event)
Callback method to notify a listener that a window was closed. |
void |
windowDeactivated(WindowEvent event)
Callback method to notify a listener that a window was deactivated. |
void |
windowDeiconified(WindowEvent event)
Callback method to notify a listener that a window was deiconified. |
void |
windowIconified(WindowEvent event)
Callback method to notify a listener that a window was iconified. |
void |
windowOpened(WindowEvent event)
Callback method to notify a listener that a window was opened. |
| Method Detail |
|---|
void windowActivated(WindowEvent event)
event - the window eventvoid windowClosed(WindowEvent event)
event - the window eventvoid windowDeactivated(WindowEvent event)
event - the window eventvoid windowDeiconified(WindowEvent event)
event - the window eventvoid windowIconified(WindowEvent event)
event - the window eventvoid windowOpened(WindowEvent event)
event - the window event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||