public interface ObserverMethod<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getBeanClass() |
java.util.Set<java.lang.annotation.Annotation> |
getObservedQualifiers() |
java.lang.reflect.Type |
getObservedType() |
Reception |
getReception() |
TransactionPhase |
getTransactionPhase() |
void |
notify(T event) |
java.lang.Class<?> getBeanClass()
java.lang.reflect.Type getObservedType()
java.util.Set<java.lang.annotation.Annotation> getObservedQualifiers()
Reception getReception()
TransactionPhase getTransactionPhase()
void notify(T event)