public interface OnLongClickListener<Item extends IItem>
| Modifier and Type | Method and Description |
|---|---|
boolean |
onLongClick(android.view.View v,
IAdapter<Item> adapter,
Item item,
int position)
the onLongClick event of a specific item inside the RecyclerView
|
boolean onLongClick(android.view.View v,
IAdapter<Item> adapter,
Item item,
int position)
v - the view we clickedadapter - the adapter which is responsible for the given itemitem - the IItem which was clickedposition - the global position