Event Bus

D-Haven Event Bus is used to provide an event bus architecture for any Java GUI based application. All the events are passed around on the Swing event handling thread. The focus for this library is to get a well tested solution to be used wherever it is needed.

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

d-haven-eventbus
ArtifactId

ArtifactId

eventbus
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Event Bus
D-Haven Event Bus is used to provide an event bus architecture for any Java GUI based application. All the events are passed around on the Swing event handling thread. The focus for this library is to get a well tested solution to be used wherever it is needed.
Project Organization

Project Organization

D-Haven.org

Download eventbus

How to add to project

<!-- https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/ -->
<dependency>
    <groupId>d-haven-eventbus</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/
implementation 'd-haven-eventbus:eventbus:1.0'
// https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/
implementation ("d-haven-eventbus:eventbus:1.0")
'd-haven-eventbus:eventbus:jar:1.0'
<dependency org="d-haven-eventbus" name="eventbus" rev="1.0">
  <artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='d-haven-eventbus', module='eventbus', version='1.0')
)
libraryDependencies += "d-haven-eventbus" % "eventbus" % "1.0"
[d-haven-eventbus/eventbus "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0