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