From 2d0905a5e9b95264ed94657561f10b3295bb877a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 23 Aug 2014 08:50:03 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd8688d37..e03411fa4 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,6 @@ ##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. + +##State +**Intent:** Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.