notify_observers(*arg)
Instance Public methods
Notify observers of a change in state
if this object's changed state is true.
This will invoke the method named in add_observer, passing
*arg. The changed state is then set to false.
-
*arg -
Any arguments to pass to the observers.
Please login to continue.