|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WidgetFocusListener
A WidgetFocusListener is notified when a Widget lost ot got the focus.
| Method Summary | |
|---|---|
void |
onFocusGained(Widget widget)
This event is fired, when the focus is gained to a Widget. |
void |
onFocusLost(Widget widget)
This event is fired, when the focus is lost by a Widget. |
| Method Detail |
|---|
void onFocusGained(Widget widget)
widget - the Widget, which was gained the focusvoid onFocusLost(Widget widget)
widget - the Widget, which has lost the focus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||