Package org.jboss.weld.event

Class Summary
AsynchronousTransactionalEventNotification<T> A deferred event notification that will be delivered during the appropriate transaction phase, but asynchronously from the thread which generated the event.
DeferredEventNotification<T> A task that will notify the observer of a specific event at some future time.
EventImpl<T> Implementation of the Event interface
ObserverFactory Basic factory class that produces implicit observers for observer methods.
ObserverMethodImpl<X,T> Reference implementation for the ObserverMethod interface, which represents an observer method.
TransactionSynchronizedRunnable A JTA transaction sychronization which wraps a Runnable.
 

Enum Summary
Status An enumeration of the possible outcomes for a transaction.
 



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