Skip to content

Commit 180810c

Browse files
committed
2 parents 9166d47 + fd5467d commit 180810c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@
5858
##Memento
5959
**Intent:** Without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later.
6060

61+
##Observer
62+
**Intent:** Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

0 commit comments

Comments
 (0)