Sees is a simple event system for Java. It can be used for any project that needs an easy-to-use event system.
- Easy to use and understand
- Simple to implement
- Open source
repositories {
maven {
name "pietrSpaceReleases"
url "https://maven.pietr.space/releases"
}
}
dependencies {
implementation "nl.devpieter:sees:${version}"
}
Examples and documentation can be found in the wiki.