notify abstract method
Notifies the system that the node has changed and needs to be processed.
This is called when a node's value changes and it needs to notify its subscribers about the change.
Implementation
void notify(ReactiveNode sub);
Notifies the system that the node has changed and needs to be processed.
This is called when a node's value changes and it needs to notify its subscribers about the change.
void notify(ReactiveNode sub);