| android.view.ViewGroup.OnHierarchyChangeListener | 
|  Known Indirect Subclasses | 
Interface definition for a callback to be invoked when the hierarchy within this view changed. The hierarchy changes whenever a child is added to or removed from this view.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Called when a new child is added to a parent view. | |||||||||||
| Called when a child is removed from a parent view. | |||||||||||
Called when a new child is added to a parent view.
| parent | the view in which a child was added | 
|---|---|
| child | the new child view added in the hierarchy | 
Called when a child is removed from a parent view.
| parent | the view from which the child was removed | 
|---|---|
| child | the child removed from the hierarchy |