Observer: Introduction

Get a brief introduction to the Observer design pattern.

The Observer design pattern facilitates communication between objects via publication and subscription models. When using this pattern, objects can subscribe to each other, so that ...