Skip to content
/ Sees Public

Event creation, calling, and listening made easy!

License

Notifications You must be signed in to change notification settings

DevPieter/Sees

Repository files navigation

Super Easy Event System (Sees) for Java

Event creation, calling, and listening made easy!

Sees is a simple event system for Java. It can be used for any project that needs an easy-to-use event system.

Features

  • Easy to use and understand
  • Simple to implement
  • Open source

Add Sees to your project

Gradle

repositories {
    maven {
        name "pietrSpaceReleases"
        url "https://maven.pietr.space/releases"
    }
}

dependencies {
    implementation "nl.devpieter:sees:${version}"
}

Usage

Examples and documentation can be found in the wiki.

About

Event creation, calling, and listening made easy!

Topics

Resources

License

Stars

Watchers

Forks

Languages