Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 449 Bytes

File metadata and controls

12 lines (8 loc) · 449 Bytes

Observer Pattern (Java)

Behavioral Pattern

📎 The Observer pattern is one of the most used behavioral design patterns. It defines a one-to-many dependency between objects, where when an object changes state, all its dependents are notified and updated automatically.


😄 Contributions are welcome!

If you have suggestions, improvements or encounter problems, please feel free to open an issue or submit a pull request.