Mediator Pattern

From NovaOrdis Knowledge Base
Revision as of 20:52, 8 January 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

The Mediator pattern defines an object that incapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring each other explicitely.