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