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, resolveObserverMethods
protected 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 ObserverNotifier
Copyright © 2013 Seam Framework. All rights reserved.