> EventBus obviously has more features than Pivot's MessageBus, but I remember > the article being more about refactoring and the benefits of decoupling via > messaging rather than a mere advert for EventBus itself.
Right - the same benefits apply regardless of which pub/sub system you use - it allows you to decouple your producers from your consumers, so your application doesn't get bound up with messy code that relies on a specific UI structure, existence of specific components, etc.
