|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FocusListener
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.
Method Summary | |
---|---|
void |
focusGained(Component cmp)
Invoked when component gains focus |
void |
focusLost(Component cmp)
Invoked when component loses focus |
Method Detail |
---|
void focusGained(Component cmp)
cmp
- the component that gains focusvoid focusLost(Component cmp)
cmp
- the component that lost focus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |