protected class Container.AccessibleAWTContainer.AccessibleContainerHandler extends Object implements ContainerListener
PropertyChange listener, if registered,
when children are added or removed from the enclosing accessible object.| Modifier | Constructor and Description |
|---|---|
protected |
Container.AccessibleAWTContainer.AccessibleContainerHandler()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(ContainerEvent e)
Fired when a component is added; forwards to the PropertyChange
listener.
|
void |
componentRemoved(ContainerEvent e)
Fired when a component is removed; forwards to the PropertyChange
listener.
|
protected Container.AccessibleAWTContainer.AccessibleContainerHandler()
public void componentAdded(ContainerEvent e)
componentAdded in interface ContainerListenere - the container event for addingpublic void componentRemoved(ContainerEvent e)
componentRemoved in interface ContainerListenere - the container event for removing