IPaginationChangeListener class abstract

Base interface for pagination change listeners that provides common functionality for both SmartPagination and DualPagination listeners.

Implementers

Constructors

IPaginationChangeListener()

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

addListener(VoidCallback listener) → void
Adds a listener to be called when the notifier changes.
dispose() → void
Removes all listeners.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Notifies listeners that a change has occurred.
removeListener(VoidCallback listener) → void
Removes a previously registered listener.
toString() String
A string representation of this object.
inherited

Operators

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