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
ModifierConstructorDescriptionprotected
Constructs anAccessibleContainerHandler
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a component has been added to the container.void
Invoked when a component has been removed from the container.
-
Constructor Details
-
AccessibleContainerHandler
protected AccessibleContainerHandler()Constructs anAccessibleContainerHandler
.
-
-
Method Details
-
componentAdded
Description copied from interface:ContainerListener
Invoked when a component has been added to the container.- Specified by:
componentAdded
in interfaceContainerListener
- Parameters:
e
- the event to be processed
-
componentRemoved
Description copied from interface:ContainerListener
Invoked when a component has been removed from the container.- Specified by:
componentRemoved
in interfaceContainerListener
- Parameters:
e
- the event to be processed
-