Skip to content

A simple mechanism to register and dispatch events using channels.

License

Notifications You must be signed in to change notification settings

damianXYZ8/message-center

Repository files navigation

Message Center

Build Status Build Status

MessageCenter is a simple mechanism that provides a simple event system. Events are sent throughout channels where senders and listeners are decoupled. An EventSender register its channel in MessageCenter an pushes events to this channel. EventListeners register themselves to the channel and get events from it.