Skip to content
rewind927 edited this page Jan 8, 2015 · 2 revisions

Intent:

Subject maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods.

Structure:

Example:

News Station

Use Observer Pattern:

Reference:

http://en.wikipedia.org/wiki/Observer_pattern

Clone this wiki locally