|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFocusListener
Platform and technology independent focus listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
void |
focusGained(UIFocusEvent pEvent)
Invoked when the focus is gained. |
void |
focusLost(UIFocusEvent pEvent)
Invoked when the focus is lost. |
| Method Detail |
|---|
void focusGained(UIFocusEvent pEvent)
pEvent - the component eventvoid focusLost(UIFocusEvent pEvent)
pEvent - the component event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||