| 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.
|
| ObserverNotifier |
Provides event-related operations such sa observer method resolution and event delivery.
|
| TransactionalObserverNotifier |
ObserverNotifier whith support for transactional observer methods. |
| TransactionSynchronizedRunnable |
A JTA transaction sychronization which wraps a Runnable.
|
| Enum | Description |
|---|---|
| Status |
An enumeration of the possible outcomes for a transaction.
|
Copyright © 2014 Seam Framework. All Rights Reserved.