T - public static interface DefaultAdapter.OnRecyclerViewItemClickListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClick(android.view.View view,
int viewType,
T data,
int position)
item 被点击
|
void onItemClick(android.view.View view,
int viewType,
T data,
int position)
view - 被点击的 ViewviewType - 布局类型data - 数据position - 在 RecyclerView 中的位置