public interface P2DContainerListenerInterface
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(P2DContainerEventInterface e)
Invoked when a component has been added to the container.
|
void |
componentRemoved(P2DContainerEventInterface e)
Invoked when a component has been removed from the container.
|
void componentAdded(P2DContainerEventInterface e)
e - The container event.void componentRemoved(P2DContainerEventInterface e)
e - The container event.