DataSetCallback class abstract

回调接口通知外部ListView更新视图

Implementers

Constructors

DataSetCallback()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDataSetChanged() → void
所有数据更新
onItemsChanged(int start, int end) → void
指定item范围数据更新
toString() String
A string representation of this object.
inherited

Operators

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