| Package | Description |
|---|---|
| org.jboss.weld.event | |
| org.jboss.weld.experimental |
This package contains prototypes of API changes proposed for next CDI version
|
| org.jboss.weld.manager |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<T>
Implementation of the Event interface
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentalEvent<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) |
| Modifier and Type | Method and Description |
|---|---|
ExperimentalEvent<T> |
ExperimentalEvent.select(Annotation... qualifiers) |
<U extends T> |
ExperimentalEvent.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
ExperimentalEvent.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
ExperimentalEvent<Object> |
BeanManagerImpl.event() |
Copyright © 2015. All Rights Reserved.