Skip to content

Files

Latest commit

543a29a · Sep 30, 2019

History

History
This branch is 96 commits behind Sean-Bradley/Design-Patterns-In-Python:master.

observer

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