Package 

Interface OnItemClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onItemClick(BaseInnerFragment fragment, OpenImageUrl openImageUrl, int position)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onItemClick

         abstract void onItemClick(BaseInnerFragment fragment, OpenImageUrl openImageUrl, int position)
        Parameters:
        fragment - 点击的图片所在的 fragment
        openImageUrl - 点击的图片的数据实体类
        position - 点击图片的位置