Build 1.0_r1

android.widget
Interface ExpandableListView.OnGroupClickListener

Enclosing class:
ExpandableListView

public static interface ExpandableListView.OnGroupClickListener

Interface definition for a callback to be invoked when a group in this expandable list has been clicked.


Method Summary
 boolean onGroupClick(ExpandableListView expandablelistview, View view, int i, long l)
           
 

Method Detail

onGroupClick

boolean onGroupClick(ExpandableListView expandablelistview,
                     View view,
                     int i,
                     long l)

Build 1.0_r1

Please submit a feedback, bug or feature