Uses of Interface
javax.enterprise.event.Event
-
Packages that use Event Package Description javax.enterprise.event Annotations and interfaces relating to events.javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean.builtin org.jboss.weld.event org.jboss.weld.events org.jboss.weld.manager org.jboss.weld.util -
-
Uses of Event in javax.enterprise.event
Methods in javax.enterprise.event that return Event Modifier and Type Method Description Event<T>Event. select(Annotation... qualifiers)Obtains a child Event for the given additional required qualifiers.<U extends T>
Event<U>Event. select(Class<U> subtype, Annotation... qualifiers)Obtains a child Event for the given required type and additional required qualifiers.<U extends T>
Event<U>Event. select(TypeLiteral<U> subtype, Annotation... qualifiers)Obtains a child Event for the given required type and additional required qualifiers. -
Uses of Event in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return Event Modifier and Type Method Description Event<Object>BeanManager. getEvent()Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection ofEventbuilt-in bean requirement. -
Uses of Event in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return Event Modifier and Type Method Description protected Event<?>EventBean. newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext)Method parameters in org.jboss.weld.bean.builtin with type arguments of type Event Modifier and Type Method Description protected Event<?>EventBean. newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext) -
Uses of Event in org.jboss.weld.event
Classes in org.jboss.weld.event that implement Event Modifier and Type Class Description classEventImpl<T>Implementation of the Event interface -
Uses of Event in org.jboss.weld.events
Subinterfaces of Event in org.jboss.weld.events Modifier and Type Interface Description interfaceWeldEvent<T>Enriched version ofEvent. -
Uses of Event in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return Event Modifier and Type Method Description Event<Object>BeanManagerImpl. getEvent() -
Uses of Event in org.jboss.weld.util
Methods in org.jboss.weld.util that return Event Modifier and Type Method Description Event<Object>ForwardingBeanManager. getEvent()
-