| Package | Description |
|---|---|
| javax.enterprise.event |
Annotations and interfaces relating to events.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
Event<T> |
Event.select(Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers.
|
<U extends T> |
Event.select(Class<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|
| Modifier and Type | Method and Description |
|---|---|
protected Event<?> |
EventBean.newInstance(InjectionPoint ip,
CreationalContext<Event<?>> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Event<?> |
EventBean.newInstance(InjectionPoint ip,
CreationalContext<Event<?>> creationalContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<T>
Implementation of the Event interface
|
| Modifier and Type | Method and Description |
|---|---|
Event<T> |
EventImpl.select(Annotation... qualifiers) |
<U extends T> |
EventImpl.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
EventImpl.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
Copyright © 2015. All Rights Reserved.