| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObserverMethod<T>
Represents an observer method of an enabled
bean.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerLifecycleEventObserverMethod<T>
Marker interface for container lifecycle event observer methods.
|
interface |
EventMetadataAwareObserverMethod<T>
Marker interface for observer methods which are able to decide whether an access to
EventMetadata is required or not. |
interface |
SyntheticObserverMethod<T>
Marker interface for synthetic observer methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionObserverMethodImpl<T,X>
An implementation of
ObserverMethod used for events delivered to extensions. |
class |
ObserverMethodImpl<T,X>
Reference implementation for the ObserverMethod interface, which represents an observer method.
|
Copyright © 2016. All Rights Reserved.