Mediator

Home > Computer Science > Software Engineering > Software design patterns > Mediator

The Mediator pattern allows for loose coupling between components by using a mediator object that controls the communication and interactions between them.