Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
java.lang.Object
java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
- All Implemented Interfaces:
- FocusListener,- Serializable,- EventListener
- Enclosing class:
- Component.AccessibleAWTComponent
protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
extends Object
implements FocusListener, Serializable
Fire PropertyChange listener, if one is registered,
 when focus events happen
- Since:
- 1.3
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructs anAccessibleAWTFocusHandler.
- 
Method SummaryModifier and TypeMethodDescriptionvoidfocusGained(FocusEvent event) Invoked when a component gains the keyboard focus.voidfocusLost(FocusEvent event) Invoked when a component loses the keyboard focus.
- 
Constructor Details- 
AccessibleAWTFocusHandlerprotected AccessibleAWTFocusHandler()Constructs anAccessibleAWTFocusHandler.
 
- 
- 
Method Details- 
focusGainedDescription copied from interface:FocusListenerInvoked when a component gains the keyboard focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- event- the event to be processed
 
- 
focusLostDescription copied from interface:FocusListenerInvoked when a component loses the keyboard focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- event- the event to be processed
 
 
-