filmov
tv
Learn the Mediator method design pattern (Behavioral - GOF) and its implementation in Java

Показать описание
The Mediator design pattern is a behavioral design pattern that defines an object (the mediator) to encapsulate how a set of objects interact. This pattern promotes loose coupling by preventing objects from referring to each other explicitly and lets you vary their interaction independently.