Events Pro is a fast and flexible event system, built on C# delegates. It’s similar to the well known AS3 event system.
Event System main features:
* addEventListener
* removeEventListener
* dispatch / dispatchEvent
* stopPropagation / stopImmediatePropagation
* Events can be dispatched by string or int Ids
* Two types of listener functions available