Observer Pattern

The observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. It is mainly used to implement distributed event handling systems. The Observer pattern is also a key part in the familiar Model View Controller (MVC) architectural pattern. In fact the observer pattern was first implemented in Smalltalk's MVC based user interface framework. The observer pattern is implemented in numerous programming libraries and systems, including almost all GUI toolkits.

Related patterns: Publish–subscribe pattern, mediator, singleton.

Read more about Observer Pattern:  Example

Famous quotes containing the words observer and/or pattern:

    I had such a wonderful feeling last night, walking beneath the dark sky while cannon boomed on my right and guns on my left ... the feeling that I could change the world only by being there.
    Viorica Butnariu, Rumanian student at Bucharest University. letter, Dec. 23, 1989, to American friend. Observer (London, Dec. 31, 1989)

    No, I will be the pattern of all patience,
    I will say nothing.
    William Shakespeare (1564–1616)