Dezign Patterns

Mediator Design Pattern

The Mediator Pattern defines an object that encapsulates how a set of objects interact. This promotes loose coupling by keeping objects from referring to each other explicitly and allows their interaction to be varied.