ManagerObserverBase<M extends Manager<S>, S> class abstract

An abstract interface implemented by ManagerObserver and SingleManagerObserver

Implementers

Constructors

ManagerObserverBase()

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
onCreated(M manager) → void
onDisposed(M manager) → void
onEvent(M manager, TaskEvent<S> event) → void
onStateMutated(M manager, S oldState, S newState) → void
toString() String
A string representation of this object.
inherited

Operators

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