AbsAdjustPixelEvent<T extends Object> class abstract

被动触发删除多少数据,这个不属于任何任务触发,只是每次都会进行检测处理! 检测依据是,检查头部删除一半会不会包含当前屏幕可见区域,不会则删除头部, 否则,检测尾部删除一半会不会包含当前屏幕可见区域,不会则删除尾部,否则,删除尾部 如果删除了头部,则会要求保持屏幕位置 另外要求本次任务类型必须是追加任务(AppendTask触发的才会进行自动删除,其他暂时放任不管) ------ 修改pixel的事件

Implementers

Constructors

AbsAdjustPixelEvent({required Task<T> task})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task<T>
父类的task是什么
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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