mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-03 14:12:38 +00:00
Modify Observer pattern UML (#877)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Applicability
|
||||
Use the Observer pattern in any of the following situations
|
||||
|
||||
Reference in New Issue
Block a user