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

org.buildobjects.process.EventSink Maven / Gradle / Ivy

package org.buildobjects.process;

interface EventSink {
    void dispatch(ExecutionEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy