Skip to content

Commit 6246ed6

Browse files
committed
Update README.md
1 parent 13257b8 commit 6246ed6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@
5454

5555
##Mediator
5656
**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.
57+
58+
##Memento
59+
**Intent:** Without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later.
60+

0 commit comments

Comments
 (0)