You no longer need to use the abstract Event
class as the base for your event classes. The library now allows you to fire any Object as an event, which should allow for you to fire custom events from other frameworks like Spring as well.
You no longer need to use the abstract Event
class as the base for your event classes. The library now allows you to fire any Object as an event, which should allow for you to fire custom events from other frameworks like Spring as well.