@Vetoed
Package org.jboss.weld.event
-
Interface Summary Interface Description ContainerLifecycleEventObserverMethod<T> Marker interface for container lifecycle event observer methods.EventMetadataAwareObserverMethod<T> Marker interface for observer methods which are able to decide whether an access toEventMetadatais required or not.ObserverNotifier.ObserverExceptionHandler There are two different strategies of exception handling for observer methods.SyntheticObserverMethod<T> Marker interface for synthetic observer methods. -
Class Summary Class Description AsyncEventDeliveryStage<T> ContextEvent General event payload forInitialized/Destroyedevents.CurrentEventMetadata DefaultObserverNotifierFactory EventImpl<T> Implementation of the Event interfaceEventMetadataImpl SimpleEventMetadataimplementation.ExtensionObserverMethodImpl<T,X> An implementation ofObserverMethodused for events delivered to extensions.FastEvent<T> An optimized internal facility for dispatching events.GlobalObserverNotifierService Hosts aObserverNotifierthat uses the globalTypeSafeObserverResolverwhich has access to every enabled observer method in the deployment.ObserverFactory Bound factory class that produces implicit observers for observer methods.ObserverMethodImpl<T,X> Reference implementation for the ObserverMethod interface, which represents an observer method.ObserverNotifier Provides event-related operations such as observer method resolution and event delivery.ResolvedObservers<T> Immutable information about observer methods resolved for a type/qualifiers combination.