LevitReactiveObserver class abstract

An observer interface used to automatically track reactive dependencies.

LevitReactiveObserver is implemented by components that need to respond to changes in reactive state without manual subscription management.

Constructors

LevitReactiveObserver()

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

addNotifier(LevitReactiveNotifier notifier) → void
Internal: Registers a LevitReactiveNotifier dependency.
addReactive(LxReactive reactive) → void
Internal: Tracks the reactive source for dependency graph visualization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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