android.view
Interface ViewGroup.OnHierarchyChangeListener

All Known Implementing Classes:
WebView
Enclosing class:
ViewGroup

public static interface ViewGroup.OnHierarchyChangeListener


Method Summary
 void onChildViewAdded(View parent, View child)
           
 void onChildViewRemoved(View parent, View child)
           
 

Method Detail

onChildViewAdded

void onChildViewAdded(View parent,
                      View child)

onChildViewRemoved

void onChildViewRemoved(View parent,
                        View child)


Copyright © 2008-2012. All Rights Reserved.