public interface ItemImageClickListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemImageClick(android.widget.ImageView imageView,
int index,
java.util.List<T> list)
九宫格条目点击
|
void onItemImageClick(android.widget.ImageView imageView,
int index,
java.util.List<T> list)
imageView - index - 索引list - 图片列表