javax.enterprise.inject.spi
Interface ObserverMethod<T>
- All Known Implementing Classes:
- AbstractObserverMethod, ObserverImpl, ObserverMethodAfterCompletionImpl, ObserverMethodAfterFailureImpl, ObserverMethodAfterSuccessImpl, ObserverMethodBeforeCompletionImpl, ObserverMethodImpl
public interface ObserverMethod<T>
Abstract introspected view of a Bean injectible field
getBeanClass
java.lang.Class<?> getBeanClass()
getObservedType
java.lang.reflect.Type getObservedType()
getObservedQualifiers
java.util.Set<java.lang.annotation.Annotation> getObservedQualifiers()
getReception
Reception getReception()
getTransactionPhase
TransactionPhase getTransactionPhase()
notify
void notify(T event)