public class TransactionalObserverNotifier extends ObserverNotifier
ObserverNotifier whith support for transactional observer methods.| Modifier | Constructor and Description |
|---|---|
protected |
TransactionalObserverNotifier(TypeSafeObserverResolver resolver,
ServiceRegistry services) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
notifyObserver(T event,
ObserverMethod<? super T> observer) |
clear, fireEvent, fireEvent, fireEvent, of, resolveObserverMethods, resolveObserverMethods, resolveObserverMethodsprotected TransactionalObserverNotifier(TypeSafeObserverResolver resolver, ServiceRegistry services)
protected <T> void notifyObserver(T event,
ObserverMethod<? super T> observer)
notifyObserver in class ObserverNotifierCopyright © 2013 Seam Framework. All Rights Reserved.