public interface ContainerObjectListener
extends java.util.EventListener
Container object events add or remove components from a container.
ContainerObjectEvent| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(ContainerObjectEvent e)
Called by an event publisher to report that a component
has been added to a container.
|
void |
componentRemoved(ContainerObjectEvent e)
Called by an event publisher to report that a component
has been removed from a container.
|
void componentAdded(ContainerObjectEvent e)
e - an event identifying the container and component.void componentRemoved(ContainerObjectEvent e)
e - an event identifying the container and component.