# Print output for @column tags ?>
public
static
interface
ViewGroup.OnHierarchyChangeListener
android.view.ViewGroup.OnHierarchyChangeListener |
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 | |
---|---|
abstract
void
|
onChildViewAdded(View parent, View child)
Called when a new child is added to a parent view. |
abstract
void
|
onChildViewRemoved(View parent, View child)
Called when a child is removed from a parent view. |