/gdx-guava-eventbus

Event Bus for libGDX based on publish-subscribe pattern

Primary LanguageJavaApache License 2.0Apache-2.0

gdx-guava-eventbus

Release GWT Compatible

This is a fork of guava-eventbus which adds GWT support via libGDX's reflection classes. To use it, add the following dependencies to your project:

implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion:sources"
implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion"

Also add the following line to your module file:

<inherits name="com.google.common.eventbus.guava-eventbus" />