Skip to content

Latest commit

 

History

History
 
 

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