|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This listener interface for receiving light weight component events.
Method Summary | |
void |
compDisabled(LwComponentEvent e)
Invoked when the light weight component has been disabled. |
void |
compEnabled(LwComponentEvent e)
Invoked when the light weight component has been enabled. |
void |
compHidden(LwComponentEvent e)
Invoked when the light weight component has been hidden. |
void |
compShown(LwComponentEvent e)
Invoked when the light weight component has been shown. |
Method Detail |
public void compDisabled(LwComponentEvent e)
e
- the specified component event.public void compEnabled(LwComponentEvent e)
e
- the specified component event.public void compShown(LwComponentEvent e)
e
- the specified component event.public void compHidden(LwComponentEvent e)
e
- the specified component event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |