Package 

Interface OnItemClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onItemClick(@NonNull() BaseQuickAdapter<out Object, out Object> adapter, @NonNull() View view, int position) Callback method to be invoked when an item in this RecyclerView hasbeen clicked.
      • Methods inherited from class java.lang.Object

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

      • onItemClick

         abstract void onItemClick(@NonNull() BaseQuickAdapter<out Object, out Object> adapter, @NonNull() View view, int position)

        Callback method to be invoked when an item in this RecyclerView hasbeen clicked.

        Parameters:
        adapter - the adapter
        view - The itemView within the RecyclerView that was clicked (thiswill be a view provided by the adapter)
        position - The position of the view in the adapter.