|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This listener interface for receiving light weight window events.
Method Summary | |
void |
winActivated(LwWinEvent e)
Invoked when the light weight window component has been activated. |
void |
winClosed(LwWinEvent e)
Invoked when the light weight window component has been closed. |
void |
winDeactivated(LwWinEvent e)
Invoked when the light weight window component has been deactivated. |
void |
winOpened(LwWinEvent e)
Invoked when the light weight window component has been opened. |
Method Detail |
public void winOpened(LwWinEvent e)
e
- the specified window event.public void winClosed(LwWinEvent e)
e
- the specified window event.public void winActivated(LwWinEvent e)
e
- the specified window event.public void winDeactivated(LwWinEvent e)
e
- the specified window event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |