java.awt
protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler extends Object implements FocusListener
Since: 1.3
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| protected | AccessibleAWTFocusHandler()
Default constructor. |
| Method Summary | |
|---|---|
| void | focusGained(FocusEvent e)
Convert a focus gained to a property change.
|
| void | focusLost(FocusEvent e)
Convert a focus lost to a property change.
|
Parameters: e the event to convert
Parameters: e the event to convert