org.jboss.weld.bootstrap.events
Class ProcessObserverMethodImpl<X,T>
java.lang.Object
org.jboss.weld.bootstrap.events.AbstractContainerEvent
org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
org.jboss.weld.bootstrap.events.ProcessObserverMethodImpl<X,T>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.ProcessObserverMethod<X,T>
public class ProcessObserverMethodImpl<X,T>
- extends AbstractDefinitionContainerEvent
- implements javax.enterprise.inject.spi.ProcessObserverMethod<X,T>
Implementation of the event used to notify observers for each observer
method that is added.
- Author:
- David Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessObserverMethodImpl
public ProcessObserverMethodImpl(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedMethod<X> beanMethod,
ObserverMethodImpl<X,T> observerMethod)
fire
public static <X,T> void fire(BeanManagerImpl beanManager,
ObserverMethodImpl<X,T> observer)
addDefinitionError
public void addDefinitionError(java.lang.Throwable t)
- Specified by:
addDefinitionError in interface javax.enterprise.inject.spi.ProcessObserverMethod<X,T>
getAnnotatedMethod
public javax.enterprise.inject.spi.AnnotatedMethod<X> getAnnotatedMethod()
- Specified by:
getAnnotatedMethod in interface javax.enterprise.inject.spi.ProcessObserverMethod<X,T>
getObserverMethod
public javax.enterprise.inject.spi.ObserverMethod<X,T> getObserverMethod()
- Specified by:
getObserverMethod in interface javax.enterprise.inject.spi.ProcessObserverMethod<X,T>
getDefinitionErrors
public java.util.List<java.lang.Throwable> getDefinitionErrors()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.