Behavioural Design Pattern — Observer Pattern
Observer Design Pattern in Java
A behavioral design pattern for Flexible Notification-Registration Interaction.

In this article, we will see what is the intent of the Observer design pattern, what problems it solves, and its applicability.