By mitchp
via java.dzone.com
Published: Oct 22 2012 / 13:23
It defines 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
Add your comment