Mediator Design Pattern

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=8DxIpdKd41A



Duration: 18:31
112,100 views
743


Cut and Paste Code: http://goo.gl/A9Vws

Welcome to my Mediator Design Pattern Tutorial! The Mediator design pattern is used to handle communication between related objects (Colleagues). All communication is handled by a Mediator Object and the Colleagues don't need to know anything about each other to work together.

The Gang of Four description: Allows loose coupling by encapsulating the way disparate sets of objects interact and communicate with each other.  Allows for the actions of each object set to vary independently of one another.







Tags:
Mediator Design Pattern
Mediator Pattern
Design Pattern
Design Patterns
Design Pattern tutorial
Design Pattern Video tutorial