Class AbstractContainerEvent

    • Constructor Detail

      • AbstractContainerEvent

        protected AbstractContainerEvent​(BeanManagerImpl beanManager,
                                         Type rawType,
                                         Type[] actualTypeArguments)
    • Method Detail

      • getErrors

        protected List<Throwable> getErrors()
        Returns:
        the errors
      • fire

        public void fire()
      • getRawType

        protected Type getRawType()
      • getActualTypeArguments

        protected Type[] getActualTypeArguments()
      • getEventType

        public Type getEventType()