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

cdc.enums.DagEventHandler Maven / Gradle / Ivy

package cdc.enums;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy