
com.github.dynamicextensionsalfresco.event.EventBus.kt Maven / Gradle / Ivy
package com.github.dynamicextensionsalfresco.event
/**
* @author Laurent Van der Linden
*/
public interface EventBus {
public fun publish(event: Event)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy