IPaginationRefreshedChangeListener class abstract
Base interface for pagination refresh listeners.
- Inheritance
-
- Object
- IPaginationChangeListener
- IPaginationRefreshedChangeListener
- Implementers
Constructors
Properties
Methods
-
addListener(
VoidCallback listener) → void -
Adds a listener to be called when the notifier changes.
inherited
-
dispose(
) → void -
Removes all listeners.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Notifies listeners that a change has occurred.
inherited
-
removeListener(
VoidCallback listener) → void -
Removes a previously registered listener.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited