org.jboss.weld.event
Class TransactionalObserverNotifier
java.lang.Object
org.jboss.weld.event.ObserverNotifier
org.jboss.weld.event.TransactionalObserverNotifier
public class TransactionalObserverNotifier
- extends ObserverNotifier
ObserverNotifier
whith support for transactional observer methods.
- Author:
- Jozef Hartinger
Method Summary |
protected
|
notifyObserver(T event,
javax.enterprise.inject.spi.ObserverMethod<? super T> observer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionalObserverNotifier
protected TransactionalObserverNotifier(TypeSafeObserverResolver resolver,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
notifyObserver
protected <T> void notifyObserver(T event,
javax.enterprise.inject.spi.ObserverMethod<? super T> observer)
- Overrides:
notifyObserver
in class ObserverNotifier
Copyright © 2013 Seam Framework. All Rights Reserved.