Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 281 Bytes

File metadata and controls

8 lines (6 loc) · 281 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

UML Diagram for Observer Pattern