notifyChange abstract method

void notifyChange(
  1. [C? change]
)

Schedules change to be delivered.

If change is omitted then ChangeRecord.ANY will be sent.

If there are no listeners to changes, this method does nothing.

Implementation

void notifyChange([C? change]);