Module java.desktop
Package javax.swing
Class JComponent.AccessibleJComponent.AccessibleFocusHandler
- java.lang.Object
- 
- javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler
 
- 
- All Implemented Interfaces:
- FocusListener,- EventListener
 - Enclosing class:
- JComponent.AccessibleJComponent
 
 Deprecated.This class is no longer used or needed.java.awt.Component.AccessibleAWTComponentprovides the same functionality and it is handled inComponent.
 @Deprecated protected class JComponent.AccessibleJComponent.AccessibleFocusHandler extends Object implements FocusListener Fire PropertyChange listener, if one is registered, when focus events happen- Since:
- 1.3
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAccessibleFocusHandler()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidfocusGained(FocusEvent event)Deprecated.Invoked when a component gains the keyboard focus.voidfocusLost(FocusEvent event)Deprecated.Invoked when a component loses the keyboard focus.
 
- 
- 
- 
Method Detail- 
focusGainedpublic void focusGained(FocusEvent event) Deprecated.Description copied from interface:FocusListenerInvoked when a component gains the keyboard focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- event- the event to be processed
 
 - 
focusLostpublic void focusLost(FocusEvent event) Deprecated.Description copied from interface:FocusListenerInvoked when a component loses the keyboard focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- event- the event to be processed
 
 
- 
 
-