
com.cookingfox.rxbus_eventbus.RxBus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxbus-eventbus-java Show documentation
Show all versions of rxbus-eventbus-java Show documentation
A simple EventBus using RX Java
The newest version!
package com.cookingfox.rxbus_eventbus;
/**
* Represents an EventBus that emits its events using RX.
*/
public interface RxBus extends RxBusEmitter, RxBusForwarder, RxBusObserver, RxBusSubscriber {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy