public
static
interface
ExpandableListView.OnGroupExpandListener
android.widget.ExpandableListView.OnGroupExpandListener
Used for being notified when a group is expanded
Summary
Public methods | |
|---|---|
abstract
void
|
onGroupExpand(int groupPosition)
Callback method to be invoked when a group in this expandable list has been expanded. |
Public methods
onGroupExpand
public abstract void onGroupExpand (int groupPosition)
Callback method to be invoked when a group in this expandable list has been expanded.
| Parameters | |
|---|---|
groupPosition |
int: The group position that was expanded |