Mediator Pattern: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Design Patterns =Overview=")
 
 
Line 4: Line 4:


=Overview=
=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.

Latest revision as of 20:52, 8 January 2018

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.