Class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
java.lang.Object
java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
- All Implemented Interfaces:
- ComponentListener,- Serializable,- EventListener
- Enclosing class:
- Component.AccessibleAWTComponent
protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
extends Object
implements ComponentListener, Serializable
Fire PropertyChange listener, if one is registered,
 when shown/hidden..
- Since:
- 1.3
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructs anAccessibleAWTComponentHandler.
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when the component has been made invisible.voidInvoked when the component's position changes.voidInvoked when the component's size changes.voidInvoked when the component has been made visible.
- 
Constructor Details- 
AccessibleAWTComponentHandlerprotected AccessibleAWTComponentHandler()Constructs anAccessibleAWTComponentHandler.
 
- 
- 
Method Details- 
componentHiddenDescription copied from interface:ComponentListenerInvoked when the component has been made invisible.- Specified by:
- componentHiddenin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentShownDescription copied from interface:ComponentListenerInvoked when the component has been made visible.- Specified by:
- componentShownin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentMovedDescription copied from interface:ComponentListenerInvoked when the component's position changes.- Specified by:
- componentMovedin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentResizedDescription copied from interface:ComponentListenerInvoked when the component's size changes.- Specified by:
- componentResizedin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
 
-