Katakurinna / ReflectedEventHandler

Java Reflection Event System that allows you to create an event-driven architecture in an easy and beautiful way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Reflection Event System

This library allow you to write your application under an event driven architecture in a easy and beautiful way.

How does it works?

Code is controlled by event handlers, not by manual function calls.

These event handlers can be plugged or unplugged at any time without having to change nothing from the original code.

Event execution flow

More inforation

You can read the projects wikis to understand how to use this library. https://github.com/xXNurioXx/ReflectedEventHandler/wiki

About

Java Reflection Event System that allows you to create an event-driven architecture in an easy and beautiful way.

License:MIT License


Languages

Language:Java 100.0%