OnItemLongClickListener<E> typedef

OnItemLongClickListener<E> = void Function(E item, int position)

长按事件监听

Implementation

typedef OnItemLongClickListener<E> = void Function(E item, int position);