public static interface FullCursorView.OnItemClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClick(FullCursorView parent,
android.view.View view,
int position,
long id)
Callback method to be invoked when an item in this FullCursorView has
been clicked.
|
void onItemClick(FullCursorView parent, android.view.View view, int position, long id)
parent - The FullCursorView where the click happened.view - The view within the FullCursorView that was clicked (this
will be a view provided by the adapter)position - The position of the view in the adapter.id - The row id of the item that was clicked.Copyright © 2015. All Rights Reserved.