When to use it
Observer pattern is normally used in the following scenarios:
- When a change in one object should be done for an unknown number of objects
- When an action or update of one object requires an update or action change for another object
- When an object should be able to notify other objects without knowing any details about those objects
Get Test-Driven JavaScript Development now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.