notify abstract method

void notify(
  1. 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.

Implementation

void notify(ReactiveNode sub);