Package org.jboss.weld.bootstrap.events
Class AbstractDefinitionContainerEvent
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
-
- All Implemented Interfaces:
NotificationListener
- Direct Known Subclasses:
AbstractBeanDiscoveryEvent,AbstractProcessClassBean,AbstractProcessInjectionTarget,AbstractProcessProducerBean,ProcessBeanAttributesImpl,ProcessBeanImpl,ProcessInjectionPointImpl,ProcessObserverMethodImpl,ProcessProducerImpl
public abstract class AbstractDefinitionContainerEvent extends AbstractContainerEvent
- Author:
- pmuir
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDefinitionContainerEvent(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDefinitionError(Throwable t)voidfire()-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawType
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
-
-
-
Constructor Detail
-
AbstractDefinitionContainerEvent
protected AbstractDefinitionContainerEvent(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments)
-
-
Method Detail
-
addDefinitionError
public void addDefinitionError(Throwable t)
-
fire
public void fire()
- Overrides:
firein classAbstractContainerEvent
-
-