public static interface IcsAdapterView.OnItemLongClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onItemLongClick(IcsAdapterView<?> 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(IcsAdapterView<?> 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 row id of the item that was clickedCopyright © 2011–2014. All rights reserved.