|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageComponentListener
| Method Summary | |
|---|---|
void |
componentClosed(PageComponent component)
Notifies this listener that the given component has been closed. |
void |
componentFocusGained(PageComponent component)
Notifies this listener that the given component has been given focus |
void |
componentFocusLost(PageComponent component)
Notifies this listener that the given component has lost focus. |
void |
componentOpened(PageComponent component)
Notifies this listener that the given component has been created. |
| Method Detail |
|---|
void componentOpened(PageComponent component)
component - the component that was createdvoid componentFocusGained(PageComponent component)
component - the component that was given focusvoid componentFocusLost(PageComponent component)
component - the component that lost focusvoid componentClosed(PageComponent component)
component - the component that was closed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||