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