public class ProcessBeanObserver extends Object implements javax.enterprise.inject.spi.Extension
| Modifier and Type | Field and Description |
|---|---|
static boolean |
barBeanObserved |
| Constructor and Description |
|---|
ProcessBeanObserver() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBarBeanObserved() |
void |
observeBarBean(javax.enterprise.inject.spi.ProcessBean<Bar> event) |
public void observeBarBean(@Observes
javax.enterprise.inject.spi.ProcessBean<Bar> event)
public static boolean isBarBeanObserved()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.