|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompositeComponentListener
An object that listens for components being added to or removed from a composite component.
| Method Summary | |
|---|---|
void |
childComponentAdded(ComponentEvent childComponentEvent)
Called when a child component is added to a composite component. |
void |
childComponentRemoved(ComponentEvent childComponentEvent)
Called when a child component is removed from a composite component. |
| Method Detail |
|---|
void childComponentAdded(ComponentEvent childComponentEvent)
childComponentEvent - The event indicating the added child component and the target parent composite component.void childComponentRemoved(ComponentEvent childComponentEvent)
childComponentEvent - The event indicating the removed child component and the target parent composite component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||