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

com.github.thorbenkuck.keller.event.EventBridge Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.event;

public interface EventBridge {

	Object trigger(final Object event);

	Object getSource();

	boolean isApplicable(final Object event);

	Class getEventType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy