protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler extends Object implements FocusListener
Modifier | Constructor and Description |
---|---|
protected |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e)
Convert a focus gained to a property change.
|
void |
focusLost(FocusEvent e)
Convert a focus lost to a property change.
|
protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- the event to convertpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- the event to convert