|
when
the Event.ADDED event occurs, the added child, its new parent container, and all
ancestors of that container are notified that the child was added. Likewise, when the
Event.REMOVED event occurs, the removed child and its old parent container and all
ancestors of that container are notified that the child is about to be removed |
|