Appccelerate.EventBroker
Notification component for synchronous and asynchronous loosely coupled notification with automatic thread switching:
synchronous and asynchronous notification,
automatic thread switching: to background or UI thread,
loose coupling of event topic publishers and subscribers,
publishers and subscribers are referenced by weak references and can therefore be garbage collected
multiple publishers and/or subscribers for a single event topic,
matchers for publications and subscriptions,
thorough customizable logging,
extension support.