|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface used to notify a component when it is added or removed from a component.
| Method Summary | |
|---|---|
void |
addedToFc(Component parent)
Notifies this component that it has been added in the given component. |
void |
removedFromFc(Component parent)
Notifies this component that it has been removed from the given component. |
| Methods inherited from interface org.objectweb.fractal.api.control.SuperController |
|---|
getFcSuperComponents |
| Method Detail |
public void addedToFc(Component parent)
parent - the component into which this component has been added.public void removedFromFc(Component parent)
parent - the component from which this component has been removed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||