com.bq.corbel.eventbus.EventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of event-bus Show documentation
Show all versions of event-bus Show documentation
Publish/subscribe event bus that simplifies communication between Corbel modules
package com.bq.corbel.eventbus;
/**
* @author Francisco Sanchez
*/
public interface EventHandler {
public void handle(T event);
public Class getEventType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy