Class Container.AccessibleAWTContainer.AccessibleContainerHandler
java.lang.Object
java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
- All Implemented Interfaces:
- ContainerListener,- Serializable,- EventListener
- Enclosing class:
- Container.AccessibleAWTContainer
protected class Container.AccessibleAWTContainer.AccessibleContainerHandler
extends Object
implements ContainerListener, Serializable
Fire 
PropertyChange listener, if one is registered,
 when children are added or removed.- Since:
- 1.3
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructs anAccessibleContainerHandler.
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when a component has been added to the container.voidInvoked when a component has been removed from the container.
- 
Constructor Details- 
AccessibleContainerHandlerprotected AccessibleContainerHandler()Constructs anAccessibleContainerHandler.
 
- 
- 
Method Details- 
componentAddedDescription copied from interface:ContainerListenerInvoked when a component has been added to the container.- Specified by:
- componentAddedin interface- ContainerListener
- Parameters:
- e- the event to be processed
 
- 
componentRemovedDescription copied from interface:ContainerListenerInvoked when a component has been removed from the container.- Specified by:
- componentRemovedin interface- ContainerListener
- Parameters:
- e- the event to be processed
 
 
-