Skip to content

Commit

Permalink
badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 15, 2023
1 parent 3f16ac6 commit 60f8263
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# EventEmitter
Very simple event emitter library made in java
<br>
Automatically generated javadocs- [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://phoenixorigin.github.io/eventemitter/javadoc/)


# How it works
It creates "channels" which can be fired events upon. You can assign each callback a priority and cancel it during the callback (Callbacks already fired will not be reversed somehow). Events can be anything as long as they extend the Event class.
# Usage
# Usage [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://phoenixorigin.github.io/eventemitter/javadoc/)

## Add library
### Maven
Expand Down

0 comments on commit 60f8263

Please sign in to comment.