Most voted "observer-pattern" questions

The Observer is a software design standard that defines a one-to-many dependency between objects so that when an object changes the state, all its dependents are notified and updated automatically. Allows interested objects to be warned of status change or other events occurring in another object.

Learn more…

14 questions

Sort by count of