
com.cookingfox.eventbus.EventBus Maven / Gradle / Ivy
package com.cookingfox.eventbus;
/**
* @see com.cookingfox.eventbus.EventBusPublisher
* @see com.cookingfox.eventbus.EventBusSubscriber
*/
public interface EventBus extends EventBusPublisher, EventBusSubscriber {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy