27.10.08

The Mediator pattern via an event subscription mechanism

The Mediator patterns aims to provide a centralised command and control point that manages complex interactions amongst objects. Using .NET, it is possible to create an event based mechanism in which notifications are sent to the command center which then has the duty of managing the events raised.


TODO


No comments: