Update README.md
This commit is contained in:
parent
13257b8b33
commit
6246ed6d26
@ -54,3 +54,7 @@
|
|||||||
|
|
||||||
##Mediator
|
##Mediator
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
|
##Memento
|
||||||
|
**Intent:** Without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user