|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerListener
This interface is for classes that wish to listen for all events from container objects. This is normally not necessary since the AWT system listens for and processes these events. To watch a subset of these events, use a ContainerAdapter.
ContainerAdapter
,
ContainerEvent
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. |
Method Detail |
---|
void componentAdded(ContainerEvent event)
event
- the ContainerEvent
indicating component additionvoid componentRemoved(ContainerEvent event)
event
- the ContainerEvent
indicating component removal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |