This commit is contained in:
Ilkka Seppala 2014-08-23 08:48:11 +03:00
commit 180810cca3

View File

@ -58,3 +58,5 @@
##Memento
**Intent:** Without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later.
##Observer
**Intent:** Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.