method

notify_observers

v1_8_7_72 - Show latest stable - Class: Observable
notify_observers(*arg)
public

If this object’s changed state is true, invoke the update method in each currently associated observer in turn, passing it the given arguments. The changed state is then set to false.