ArborObserver class abstract

ArborObserver is an abstract class that defines methods for observing events related to disposable objects, lifecycle objects, and nodes.

Constructors

ArborObserver()

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
onCreatedChild<A extends Node<A>>(ChildNode<ChildNode<dynamic, Node>, Node> node) → void
Called when a child node is created within a Node.
onCreatedInstance<A extends Node<A>>(Object? object) → void
Called when an instance is created within a Node.
onCreatedModule<A extends Node<A>>(ModuleNode<ModuleNode<dynamic, Node>, Node> module) → void
Called when a module node is created within a Node.
onCreatedShared<A extends Node<A>>(Object? object) → void
Called when a shared instance is created within a Node.
onDisposed<A extends Disposable>() → void
Called when a disposable object is disposed.
onInit<A extends Lifecycle>() → void
Called when a lifecycle object is initialized.
toString() String
A string representation of this object.
inherited

Operators

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