|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
protected class Container.AccessibleAWTContainer.AccessibleContainerHandler
This class fires a PropertyChange
listener, if registered,
when children are added or removed from the enclosing accessible object.
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 |
---|
protected Container.AccessibleAWTContainer.AccessibleContainerHandler()
Method Detail |
---|
public void componentAdded(ContainerEvent e)
componentAdded
in interface ContainerListener
e
- the container event for addingpublic void componentRemoved(ContainerEvent e)
componentRemoved
in interface ContainerListener
e
- the container event for removing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |