Libraries: Mediator - behavioral design pattern

 

Mediator - behavioral design pattern:

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

Author: DMITRII PECHERITSA