Module java.desktop
Package java.awt
Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
- java.lang.Object
-
- java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
-
- All Implemented Interfaces:
FocusListener,EventListener
- Enclosing class:
- Component.AccessibleAWTComponent
protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler extends Object implements FocusListener
Fire PropertyChange listener, if one is registered, when focus events happen- Since:
- 1.3
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessibleAWTFocusHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfocusGained(FocusEvent event)Invoked when a component gains the keyboard focus.voidfocusLost(FocusEvent event)Invoked when a component loses the keyboard focus.
-
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent event)
Description copied from interface:FocusListenerInvoked when a component gains the keyboard focus.- Specified by:
focusGainedin interfaceFocusListener- Parameters:
event- the event to be processed
-
focusLost
public void focusLost(FocusEvent event)
Description copied from interface:FocusListenerInvoked when a component loses the keyboard focus.- Specified by:
focusLostin interfaceFocusListener- Parameters:
event- the event to be processed
-
-