Module java.desktop
Package java.awt
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 Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs anAccessibleContainerHandler. - 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a component has been added to the container.voidInvoked when a component has been removed from the container. 
- 
Constructor Details
- 
AccessibleContainerHandler
protected AccessibleContainerHandler()Constructs anAccessibleContainerHandler. 
 - 
 - 
Method Details
- 
componentAdded
Description copied from interface:ContainerListenerInvoked when a component has been added to the container.- Specified by:
 componentAddedin interfaceContainerListener- Parameters:
 e- the event to be processed
 - 
componentRemoved
Description copied from interface:ContainerListenerInvoked when a component has been removed from the container.- Specified by:
 componentRemovedin interfaceContainerListener- Parameters:
 e- the event to be processed
 
 -