Skip to content

mikey75/eventbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central CI Last commit

Simple publish/subscribe fire-and-forget event bus, written primarily for exchanging events in Swing apps within multiple windows/panels. Not meant for a great volume of events and concurrent work. Pretty rudimentary stuff, with no ambition to become a universal event bus. Use at your own risk :)

Usage:

Currently latest deployed can be found in top bar maven central icon

    <dependency>
        <groupId>net.wirelabs</groupId>
        <artifactId>eventbus</artifactId>
        <version>$version</version>
    </dependency>

About

Poor Man's Event Bus

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages