All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.dankito.utils.events.IRxEventBus.kt Maven / Gradle / Ivy

The newest version!
package net.dankito.utils.events

import io.reactivex.Flowable


interface IRxEventBus : IEventBus {

    fun  subscribe(eventClass: Class): Flowable

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy