protected class Button.FocusObserver extends java.lang.Object implements FocusChangeListener, StateFunctionListener
| Modifier | Constructor and Description |
|---|---|
protected |
FocusObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusChangeEvent event) |
void |
focusLost(FocusChangeEvent event) |
void |
valueChanged(FunctionId func,
InputState value,
double tpf) |
public void focusGained(FocusChangeEvent event)
focusGained in interface FocusChangeListenerpublic void focusLost(FocusChangeEvent event)
focusLost in interface FocusChangeListenerpublic void valueChanged(FunctionId func, InputState value, double tpf)
valueChanged in interface StateFunctionListener