public interface FocusListener extends EventHandler
Modifier and Type | Method and Description |
---|---|
void |
focusIn(ControlEvent e)
A FOCUS_IN event was dispatched.
|
void |
focusOut(ControlEvent e)
A FOCUS_OUT event was dispatched.
|
void focusIn(ControlEvent e)
ControlEvent
void focusOut(ControlEvent e)
ControlEvent