Skip to main content

One doc tagged with "Observer"

View All Tags

Observer

Observer pattern is a behavioral design pattern that defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.