Skip to content
Nurio Fernández edited this page Apr 9, 2023 · 8 revisions

Welcome to the ReflectedEventHandler wiki!

With this event system library, you will be able to create an event-driven architecture in an easy and beautiful way.

Maven dependency

<repository>
    <id>nurio-repo</id>
    <url>https://maven.nurio.me/</url>
</repository>
<dependency>
    <groupId>me.nurio</groupId>
    <artifactId>events</artifactId>
    <version>0.0.5</version>
    <scope>compile</scope>
</dependency>

Basic concepts articles

Advanced concepts articles