OnEventListener<E> class abstract

事件调用

Implemented types
Implementers

Constructors

OnEventListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addItemClickListener(OnItemClickListener<E?> listener) → void
添加监听事件
inherited
addItemLongClickListener(OnItemLongClickListener<E?> listener) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickCallback(E? item, int position) → void
点击事件回调触发
onDoubleCallback(E? item, int position) → void
双击事件回调触发
onItemClickable(E? item, int position) bool
点击事件可拦截onItemClickListeners
inherited
onItemLongClickable(E? item, int position) bool
长按事件可拦截onItemLongClickListeners
inherited
onLongCallback(E? item, int position) → void
长按事件回调触发
removeItemClickListener(OnItemClickListener<E?> listener) → void
移除监听事件
inherited
removeItemLongClickListener(OnItemLongClickListener<E?> listener) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited