ActionQueuer<T> class
abstract
The ActionQueuer class is used to queue up actions and performed within a specific sequence, depending on the implementation.
See RefreshQueuer and SingleActionQueuer for concrete implementations of this class.
- Implementers
Constructors
-
ActionQueuer(Future<
T> action()) - This defines the action to be done by this queuer.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queue(
) → Future< T> - Queues up the action to be
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited