Package 

Interface OnItemChildClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onItemChildClick(@NonNull() BaseQuickAdapter<out Object, out Object> adapter, @NonNull() View view, int position) callback method to be invoked when an item child in this view has been click
      • Methods inherited from class java.lang.Object

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

      • onItemChildClick

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

        callback method to be invoked when an item child in this view has been click

        Parameters:
        adapter - BaseQuickAdapter
        view - The view whihin the ItemView that was clicked
        position - The position of the view int the adapter