Mediator Pattern

Intent: 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.

See also: FacadePattern, DesignPatterns


Links:
CategoryPattern | CategoryBehavioralPatterns

EditText of this page (last edited July 10, 2008)
FindPage by searching (or browse LikePages or take a VisualTour)