Module jakarta.cdi

Interface EventContext<T>

Type Parameters:
T - type of event object

public interface EventContext<T>
Represents a context of a fired event. Provides access to an event object and corresponding metadata.
Since:
2.0
See Also: