Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

SandboxPowered/SimpleEventHandler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Event Handler: A system inspired by the C# event system.

Feel free to use or modify this anywhere.

Usage: You just need an instance of EventHandler<S, A>, with S being the type of sender and A being the type of arguments(which extends EventArgs, so you could include data to your event). Anyone that can access said instance can subscribe or unsubscribe from the event, and the event can be posted using the accept(sender, args) method.

About

A simple C# inspired event system for Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%