ArborObserver class abstract
ArborObserver is an abstract class that defines methods for observing events related to disposable objects, lifecycle objects, and nodes.
Constructors
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< node) → voiddynamic, Node> , Node> - 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< module) → voiddynamic, Node> , Node> - Called when a module node is created within a Node.
- 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