-
public interface OnItemChildClickListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonItemChildClick(@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 -
-
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- BaseQuickAdapterview- The view whihin the ItemView that was clickedposition- The position of the view int the adapter
-
-
-
-