Package javax.enterprise.event

Interface Summary
Event<T> An interface for firing events of a particular type, and registering observers for events of that type.
Observer<T> Deprecated. Removed in latest rev of spec.
 

Enum Summary
Notify An enumeration that is used to declare the condition under which an observer method should be called.
TransactionPhase The enumeration TransactionPhase identifies the kind of transactional observer method Transactional observer methods are observer methods which receive event notifications during the before or after completion phase of the transaction in which the event was fired.
 

Exception Summary
ObserverException Wraps any checked exceptions which occur during the notification of an observer
 

Annotation Types Summary
Observes Specifies that a parameter of a method of a bean implementation class is the event parameter of an observer method.
 



Copyright © 2008-2009. All Rights Reserved.