Mediator Pattern
Jump to navigation
Jump to search
Internal
Overview
The Mediator pattern defines an object that incapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring each other explicitely.