Skip to content

Repository files navigation

Sees

This is Sees - Super Easy Event System, a simple event system for Java. It can be used for any project that needs an easy-to-use event system. It is designed to be simple and intuitive, allowing developers to create, call, and listen to events in just a few lines of code.

LatestBuild StatusLicenseJava Version

Features

  • Easy to use and understand
  • Simple to implement
  • Event creation, calling, and listening in a few lines of code
  • Open source

Installation

Latest ReleaseLatest Snapshot

Gradle

repositories {
maven {
name "Pietr Space Releases"
url "https://maven.pietr.space/releases"
}
}
dependencies {
implementation "nl.devpieter:sees:${version}"
}

Maven

<repositories>
<repository>
<id>pietr-space-releases</id>
<name>Pietr Space Releases</name>
<url>https://maven.pietr.space/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>nl.devpieter</groupId>
<artifactId>sees</artifactId>
<version>${version}</version>
</dependency>
</dependencies>

Usage

Examples and documentation can be found in the wiki.

About

Event creation, calling, and listening made easy!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages