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

cdc.util.enums.DagEventHandler Maven / Gradle / Ivy

package cdc.util.enums;

@FunctionalInterface
public interface DagEventHandler {
    public void processEvent(DagEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy