Modify Observer pattern UML (#877)

This commit is contained in:
DRad
2019-07-29 20:21:07 +02:00
committed by Ilkka Seppälä
parent aaabc8f517
commit b497d41f61
3 changed files with 25 additions and 17 deletions

View File

@ -19,7 +19,7 @@ Define a one-to-many dependency between objects so that when one
object changes state, all its dependents are notified and updated
automatically.
![alt text](./etc/observer_1.png "Observer")
![alt text](./etc/observer.png "Observer")
## Applicability
Use the Observer pattern in any of the following situations