Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuriofernandez/reflectedeventhandler
Java Reflection Event System that allows you to create an event-driven architecture in an easy and beautiful way.
https://github.com/nuriofernandez/reflectedeventhandler
architecture event-driven event-handler event-listener java java-reflection-event library
Last synced: 2 days ago
JSON representation
Java Reflection Event System that allows you to create an event-driven architecture in an easy and beautiful way.
- Host: GitHub
- URL: https://github.com/nuriofernandez/reflectedeventhandler
- Owner: nuriofernandez
- License: mit
- Created: 2020-02-29T17:19:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T23:01:04.000Z (over 1 year ago)
- Last Synced: 2024-01-03T14:36:02.035Z (10 months ago)
- Topics: architecture, event-driven, event-handler, event-listener, java, java-reflection-event, library
- Language: Java
- Homepage:
- Size: 223 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# 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](/documentation/images/event-call-execution-animation.gif)
# More information
You can read the projects wikis to understand how to use this library.
https://github.com/xXNurioXx/ReflectedEventHandler/wiki