RedBus
RedBus copied to clipboard
Determine event type at runtime (fixes #14)
This PR changes the way RedBus determines which handler to call. It determines the type of the eventItem
at runtime instead of compile-time.
Caution: This is a BC-break.