| Package | Description |
|---|---|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
DeferredEventNotification.getStatus() |
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status |
Status.valueOf(TransactionPhase transactionPhase) |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeferredEventNotification(java.lang.String contextId,
T event,
EventMetadata metadata,
ObserverMethod<? super T> observer,
CurrentEventMetadata currentEventMetadata,
Status status,
boolean before)
Creates a new deferred event notifier.
|
Copyright © 2015. All Rights Reserved.