|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the listener which corresponds to the WindowListener interface. It must be used in preference to WindowListener as the events are fired by a ComponentHandler rather than a Window.
ComponentWindowEvent| Method Summary | |
void |
windowActivated(ComponentWindowEvent e)
This is called when a window is activated. |
void |
windowClosed(ComponentWindowEvent e)
This is called when a window has been closed. |
void |
windowClosing(ComponentWindowEvent e)
This is called when the window is in the process of being closed. |
void |
windowDeactivated(ComponentWindowEvent e)
This is called when a window is de-activated. |
void |
windowDeiconified(ComponentWindowEvent e)
This is called when a window is de-iconified. |
void |
windowIconified(ComponentWindowEvent e)
This is called when a window is iconified. |
void |
windowOpened(ComponentWindowEvent e)
This function is invoked when a window has been opened. |
| Method Detail |
public void windowOpened(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowClosing(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowClosed(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowIconified(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowDeiconified(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowActivated(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.public void windowDeactivated(ComponentWindowEvent e)
e - ComponentWindowEvent which contains information on
what happened.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||