Skip to content

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

License

Notifications You must be signed in to change notification settings

nuriofernandez/ReflectedEventHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Reflection Event System

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

How does it work?

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 from the original code.

Event execution flow

More information

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