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

com.bq.corbel.eventbus.EventHandler Maven / Gradle / Ivy

Go to download

Publish/subscribe event bus that simplifies communication between Corbel modules

There is a newer version: 1.33.0
Show newest version
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