android.widget
public
static
interface
android.widget.ExpandableListView.OnGroupExpandListener
android.widget.ExpandableListView.OnGroupExpandListener |
|
Used for being notified when a group is expanded
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. |
Summary
Details
Public Methods
public
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
|