Uses of Package
javax.enterprise.event

Packages that use javax.enterprise.event
javax.enterprise.event   
javax.enterprise.inject.spi   
 

Classes in javax.enterprise.event used by javax.enterprise.event
Event
          An interface for firing events of a particular type, and registering observers for events of that type.
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.
 

Classes in javax.enterprise.event used by javax.enterprise.inject.spi
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.
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.