| Package | Description |
|---|---|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
protected EventMetadata |
EventMetadataBean.newInstance(InjectionPoint ip,
CreationalContext<EventMetadata> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
protected EventMetadata |
EventMetadataBean.newInstance(InjectionPoint ip,
CreationalContext<EventMetadata> creationalContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventMetadataImpl
Simple
EventMetadata implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected EventMetadata |
DeferredEventNotification.metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
ObserverNotifier.fireEvent(Object event,
EventMetadata metadata,
Annotation... qualifiers)
Delivers the given event object to observer methods resolved based on the runtime type of the event object and given event qualifiers.
|
void |
ObserverNotifier.fireEvent(Type eventType,
Object event,
EventMetadata metadata,
Annotation... qualifiers) |
<T> void |
ObserverNotifier.notify(ResolvedObservers<T> observers,
T event,
EventMetadata metadata)
Delivers the given event object to given observer methods.
|
protected <T> void |
ObserverNotifier.notifySyncObservers(List<ObserverMethod<? super T>> observers,
T event,
EventMetadata metadata) |
protected <T> void |
TransactionalObserverNotifier.notifyTransactionObservers(List<ObserverMethod<? super T>> observers,
T event,
EventMetadata metadata) |
protected <T> void |
ObserverNotifier.notifyTransactionObservers(List<ObserverMethod<? super T>> observers,
T event,
EventMetadata metadata) |
| Constructor and Description |
|---|
DeferredEventNotification(String contextId,
T event,
EventMetadata metadata,
ObserverMethod<? super T> observer,
CurrentEventMetadata currentEventMetadata)
Creates a new deferred event notifier.
|
Copyright © 2016. All Rights Reserved.