|
Class Summary |
| DeferredEventNotification<T> |
A synchronization object which will deliver the event to the observer after
the JTA transaction currently in effect is committed. |
| EventImpl<T> |
Implementation of the Event interface |
| EventManager |
The event bus is where observers are registered and events are fired. |
| EventObserver<T> |
EventObserver wraps various Observer objects created by application
code or by the Web Beans Manager for annotated observer methods. |
| ObserverImpl<T> |
Reference implementation for the Observer interface, which represents an
observer method. |