Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 304 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 304 Bytes

Design Pattern: Behavioral - Observer

Observer is a behavioral design pattern that allows some objects to notify other objects about changes in their state.

The Observer pattern provides a way to subscribe and unsubscribe to and from these events for any object that implements a subscriber interface.