Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 201 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 201 Bytes

Observer Pattern

The Observer Pattern defines a one-to-many dependency between objects so that when one object changes state, all of its dependents are notified and updated automatically