Package 

Interface ViewfinderView.OnItemClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onItemClick(int position) Item点击事件
      • Methods inherited from class java.lang.Object

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

      • onItemClick

         abstract void onItemClick(int position)

        Item点击事件

        Parameters:
        position - 点击Item的索引位置