Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 175 Bytes

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.