public static interface RecyclerViewHolder.OnViewItemClickListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onViewItemClick(android.view.View view,
T item,
int position)
控件被点击
|
void onViewItemClick(android.view.View view,
T item,
int position)
view - 被点击的控件item - 数据position - 索引