Skip to content

Files

Latest commit

43e5eae · May 31, 2024

History

History

Mediator

Mediator Pattern

Behavioral Type

Definition:

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.

Visual Diagram

Visual Diagram Mediator Pattern image by refactoring guru