Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 368 Bytes

mediator-pattern.md

File metadata and controls

7 lines (4 loc) · 368 Bytes

Mediator Design Pattern

Mediator pattern encourages loose coupling among interacting objects by encapsulating their interactions in a mediator object, thus avoiding the need for individual objects to refer to each other directly and allowing to vary object interactions independently

Solution

Mediator Structure