T - public interface OnListItemListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClick(int position,
T model,
int tag)
点击
|
void |
onItemLongClick(int position,
T model,
int tag)
长按
|