From 128aff280221c5f4ddf5e1271a7c791c456ac280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Thu, 21 Aug 2014 20:09:30 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 148120563..186734ab8 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,6 @@ ##Iterator **Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. + +##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.