| Package | Description |
|---|---|
| org.apache.webbeans.container | |
| org.apache.webbeans.event |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanManagerImpl.fireEvent(Object event,
EventMetadata metadata,
boolean isLifecycleEvent) |
<T> Set<javax.enterprise.inject.spi.ObserverMethod<? super T>> |
BeanManagerImpl.resolveObserverMethods(T event,
EventMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventMetadataImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationManager.fireEvent(Object event,
EventMetadata metadata,
boolean isLifecycleEvent) |
protected List<org.apache.webbeans.event.ObserverMethodImpl.ObserverParams> |
ObserverMethodImpl.getMethodArguments(Object event,
EventMetadata metadata)
Gets observer method parameters.
|
void |
OwbObserverMethod.notify(T event,
EventMetadata metadata)
will actually call the underlying observer method with the specified event metadata
|
void |
ObserverMethodImpl.notify(T event,
EventMetadata metadata)
will actually call the underlying observer method with the specified event metadata
|
<T> Set<javax.enterprise.inject.spi.ObserverMethod<? super T>> |
NotificationManager.resolveObservers(T event,
EventMetadata metadata) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.