An open API service indexing awesome lists of open source software.

https://github.com/ccetl/flashlight

Efficient event system for Java
https://github.com/ccetl/flashlight

event-bus event-system java

Last synced: 28 days ago
JSON representation

Efficient event system for Java

Awesome Lists containing this project

README

        

# Flashlight

This Java library provides a feature-rich event system implementation.

## Usage

To integrate the event system into your project, follow these steps:
1. Add the following repository to your build.gradle file under the repositories section:


maven { url 'https://jitpack.io' }

2. Add the dependency to your build.gradle file under the dependencies section:

implementation 'com.github.ccetl:flashlight:version'

Replace version with the desired version of the project.

The latest version can be found here:

[![](https://jitpack.io/v/ccetl/event-system.svg)](https://jitpack.io/#ccetl/event-system)