https://github.com/mikey75/eventbus
Poor Man's Event Bus
https://github.com/mikey75/eventbus
decoupling eventbus events publish-subscribe
Last synced: 5 months ago
JSON representation
Poor Man's Event Bus
- Host: GitHub
- URL: https://github.com/mikey75/eventbus
- Owner: mikey75
- Created: 2023-09-16T07:09:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T17:52:45.000Z (10 months ago)
- Last Synced: 2025-08-30T19:27:15.487Z (10 months ago)
- Topics: decoupling, eventbus, events, publish-subscribe
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



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
net.wirelabs
eventbus
$version