public static interface StickyListHeadersListView.OnStickyHeaderChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStickyHeaderChanged(StickyListHeadersListView l,
android.view.View header,
int itemPosition,
long headerId) |
void onStickyHeaderChanged(StickyListHeadersListView l, android.view.View header, int itemPosition, long headerId)
l - The view parentheader - The new sticky header view.itemPosition - The position of the item within the adapter's data set of
the item whose header is now sticky.headerId - The id of the new sticky header.