|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by classes eager to listen for children adding or removing events fired by an Xo container.
Method Summary | |
void |
childAdded(XoContainerEvent evt)
This method is called when a child is fully added to its parent container. |
void |
childRemoved(XoContainerEvent evt)
This method is called when a child is completly removed from its former parent container. |
Method Detail |
public void childAdded(XoContainerEvent evt)
evt
- the event containing a reference to the child addedpublic void childRemoved(XoContainerEvent evt)
evt
- the event containing a reference to the child removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |