java.awt.event
public interface ContainerListener extends EventListener
Since: 1.1
See Also: ContainerAdapter ContainerEvent
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| void | componentAdded(ContainerEvent event)
This method is called when a component is added to the container.
|
| void | componentRemoved(ContainerEvent event)
This method is called when a component is removed from the container.
|
Parameters: event the ContainerEvent indicating component addition
Parameters: event the ContainerEvent indicating component removal