notify abstract method
Notifies a subscriber that it needs to update.
Parameters:
sub: The subscriber node to notify
Implementation
void notify(ReactiveNode sub);
Notifies a subscriber that it needs to update.
Parameters:
sub: The subscriber node to notifyvoid notify(ReactiveNode sub);