java.awt
Class Container.AccessibleAWTContainer.AccessibleContainerHandler

java.lang.Object
  extended by java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
All Implemented Interfaces:
ContainerListener, EventListener
Enclosing class:
Container.AccessibleAWTContainer

protected class Container.AccessibleAWTContainer.AccessibleContainerHandler
extends Object
implements ContainerListener

This class fires a PropertyChange listener, if registered, when children are added or removed from the enclosing accessible object.

Since:
1.3

Constructor Summary
protected Container.AccessibleAWTContainer.AccessibleContainerHandler()
          Default constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container.AccessibleAWTContainer.AccessibleContainerHandler

protected Container.AccessibleAWTContainer.AccessibleContainerHandler()
Default constructor.

Method Detail

componentAdded

public void componentAdded(ContainerEvent e)
Fired when a component is added; forwards to the PropertyChange listener.

Specified by:
componentAdded in interface ContainerListener
Parameters:
e - the container event for adding

componentRemoved

public void componentRemoved(ContainerEvent e)
Fired when a component is removed; forwards to the PropertyChange listener.

Specified by:
componentRemoved in interface ContainerListener
Parameters:
e - the container event for removing