-
public interface OnItemLongClickListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonItemLongClick(BaseInnerFragment fragment, OpenImageUrl openImageUrl, int position)-
-
Method Detail
-
onItemLongClick
abstract void onItemLongClick(BaseInnerFragment fragment, OpenImageUrl openImageUrl, int position)
- Parameters:
fragment- 点击的图片所在的 fragmentopenImageUrl- 点击的图片的数据实体类position- 点击图片的位置
-
-
-
-