public class BoxObserverMethod extends Object implements javax.enterprise.inject.spi.ObserverMethod<Box>
| Constructor and Description |
|---|
BoxObserverMethod() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass() |
Set<Annotation> |
getObservedQualifiers() |
Type |
getObservedType() |
javax.enterprise.event.Reception |
getReception() |
javax.enterprise.event.TransactionPhase |
getTransactionPhase() |
void |
notify(Box event) |
public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.ObserverMethod<Box>public Type getObservedType()
getObservedType in interface javax.enterprise.inject.spi.ObserverMethod<Box>public Set<Annotation> getObservedQualifiers()
getObservedQualifiers in interface javax.enterprise.inject.spi.ObserverMethod<Box>public javax.enterprise.event.Reception getReception()
getReception in interface javax.enterprise.inject.spi.ObserverMethod<Box>public javax.enterprise.event.TransactionPhase getTransactionPhase()
getTransactionPhase in interface javax.enterprise.inject.spi.ObserverMethod<Box>Copyright © 2008–2016 CDI TCK. All rights reserved.