Class | Description |
---|---|
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 |
Bound factory class that produces implicit observers for observer methods.
|
ObserverMethodImpl<T,X> |
Reference implementation for the ObserverMethod interface, which represents
an observer method.
|
TransactionSynchronizedRunnable |
A JTA transaction sychronization which wraps a Runnable.
|
Enum | Description |
---|---|
Status |
An enumeration of the possible outcomes for a transaction.
|
Copyright © 2012 Seam Framework. All Rights Reserved.