Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir-shiati/observerdemonstration-java


https://github.com/amir-shiati/observerdemonstration-java

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Observer

**Observer** is a behavioral design pattern. It specifies communication between objects: observable and observers. An observable is an object which notifies observers about the changes in its state.