notify abstract method

void notify(
  1. ReactiveNode sub
)

Notifies a subscriber that it needs to update.

Parameters:

  • sub: The subscriber node to notify

Implementation

void notify(ReactiveNode sub);