Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 304 Bytes

File metadata and controls

6 lines (3 loc) · 304 Bytes

Observer Pattern

The observer pattern is a software design pattern in which an object, called the subject or observable, manages a list of dependents, called observers, and notifies them automatically of any internal state changes, and calls one of their methods.

Observer Pattern