Mediator Pattern
  • handles many-to-many interactions
  • is a behavioral design patternthat lets you reduce chaotic dependencies between objects. The pattern restricts direct communications between the objects and forces them to collaborate only via a mediator object

Real-World Examples

Code Example

Code Structure

Comparisons

Resources