Mediator pattern

This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 20:48, 3 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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


http://home.earthlink.net/~huston2/dp/mediator.html



CategoryPattern | CategoryBehavioralPatterns