public static interface ExpandableListView.OnGroupCollapseListener

android.widget.ExpandableListView.OnGroupCollapseListener



Used for being notified when a group is collapsed

Summary

Public methods

abstract void onGroupCollapse(int groupPosition)

Callback method to be invoked when a group in this expandable list has been collapsed.

Public methods

onGroupCollapse

public abstract void onGroupCollapse (int groupPosition)

Callback method to be invoked when a group in this expandable list has been collapsed.

Parameters
groupPosition int: The group position that was collapsed

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.