Skip to main content

One doc tagged with "observer"

View all tags

Observer Pattern

A behavioral pattern where an object (subject) maintains a list of dependents (observers) and notifies them automatically when its state changes.