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

org.bidib.wizard.api.event.ErrorEventPublisher Maven / Gradle / Ivy

package org.bidib.wizard.api.event;

@FunctionalInterface
public interface ErrorEventPublisher {

    /**
     * Publish the error event.
     * 
     * @param errorEvent
     *            the error event
     */
    void publishEvent(final ErrorEvent errorEvent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy