Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-shiati/observerdemonstration-java
https://github.com/amir-shiati/observerdemonstration-java
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amir-shiati/observerdemonstration-java
- Owner: amir-shiati
- Created: 2021-10-11T12:57:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T15:06:26.000Z (about 3 years ago)
- Last Synced: 2023-11-08T18:37:32.142Z (about 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.