android.widget.ExpandableListView.OnGroupExpandListener |
Known Indirect Subclasses
ExpandableListActivity |
An activity that displays an expandable list of items by binding to a data
source implementing the ExpandableListAdapter, and exposes event handlers
when the user selects an item. |
|
Class Overview
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
public
abstract
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
|