OnItemDoubleClickListener<E> typedef

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

双击事件监听

Implementation

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