Package icyllis.modernui.widget
Interface ExpandableListView.OnGroupExpandListener
- Enclosing class:
ExpandableListView
public static interface ExpandableListView.OnGroupExpandListener
Used for being notified when a group is expanded
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onGroupExpand
(int groupPosition) Callback method to be invoked when a group in this expandable list has been expanded.
-
Method Details
-
onGroupExpand
void onGroupExpand(int groupPosition) Callback method to be invoked when a group in this expandable list has been expanded.- Parameters:
groupPosition
- The group position that was expanded
-