Scripts: Programming Patterns - Observer

 

Programming Patterns - Observer:

When the subject changes, it notifies and updates its observers, who know nothing about each other (one-to-many weak relation)

Author: dmipec

Reason: