| Package | Description |
|---|---|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.experimental |
This package contains prototypes of API changes proposed for next CDI version
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<T>
Implementation of the Event interface
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentalEvent<T> |
EventImpl.select(java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
EventImpl.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
EventImpl.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
ExperimentalEvent<T> |
ExperimentalEvent.select(java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
ExperimentalEvent.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
ExperimentalEvent.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
Copyright © 2015. All Rights Reserved.