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

jakarta.enterprise.inject.build.compatible.spi.SyntheticObserver Maven / Gradle / Ivy

package jakarta.enterprise.inject.build.compatible.spi;

import jakarta.enterprise.inject.spi.EventContext;

/**
 * Implementations must be {@code public} classes with a {@code public} zero-parameter constructor.
 *
 * @param  type of observed event instances
 */
public interface SyntheticObserver {
    // TODO throws Exception? compare with ObserverMethodConfigurator.EventConsumer.accept
    void observe(EventContext event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy