public static interface AdapterView.OnItemLongClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onItemLongClick(AdapterView<?> parent,
android.view.View view,
int position,
long id)
Callback method to be invoked when an item in this view has been clicked and held.
|
boolean onItemLongClick(AdapterView<?> parent, android.view.View view, int position, long id)
parent - The AbsListView where the click happenedview - The view within the AbsListView that was clickedposition - The position of the view in the listid - The col id of the item that was clicked