Skip to content

v1.4.0 - Removed Event class

Latest
Compare
Choose a tag to compare
@Fabricio20 Fabricio20 released this 12 Jul 20:51

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.