protected class

Container.AccessibleAWTContainer.AccessibleContainerHandler

extends Object
implements ContainerListener
java.lang.Object
   ↳ java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler

Class Overview

Fire PropertyChange listener, if one is registered, when children are added or removed.

Summary

Protected Constructors
Container.AccessibleAWTContainer.AccessibleContainerHandler()
Public Methods
void componentAdded(ContainerEvent e)
Invoked when a component has been added to the container.
void componentRemoved(ContainerEvent e)
Invoked when a component has been removed from the container.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ContainerListener

Protected Constructors

protected Container.AccessibleAWTContainer.AccessibleContainerHandler ()

Public Methods

public void componentAdded (ContainerEvent e)

Invoked when a component has been added to the container.

public void componentRemoved (ContainerEvent e)

Invoked when a component has been removed from the container.