@Deprecated public interface OnChildSelectedListener
Modifier and Type | Method and Description |
---|---|
void |
onChildSelected(ViewGroup parent,
View view,
int position,
long id)
Deprecated.
Callback method to be invoked when a child of this ViewGroup has been
selected.
|
void onChildSelected(ViewGroup parent, View view, int position, long id)
parent
- The ViewGroup where the selection happened.view
- The view within the ViewGroup that is selected, or null if no
view is selected.position
- The position of the view in the adapter, or NO_POSITION
if no view is selected.id
- The id of the child that is selected, or NO_ID if no view is
selected.