Work on #226, moved pattern specific credits to respective pattern pages in website

This commit is contained in:
Narendra Pathai
2015-09-03 18:17:07 +05:30
parent e33d037c0f
commit 782c0b8320
11 changed files with 40 additions and 10 deletions

View File

@ -23,3 +23,7 @@ allowing clients to register with just the aggregator.
with them all, you can centralize the registration logic to the Event
Aggregator. As well as simplifying registration, a Event Aggregator also
simplifies the memory management issues in using observers.
**Credits:**
* [Martin Fowler - Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html)