T - The event typepublic abstract class ForwardingObserverMethod<T> extends Object implements javax.enterprise.inject.spi.ObserverMethod<T>
ObserverMethod that forwards all calls to
delegate().| Constructor and Description |
|---|
ForwardingObserverMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.ObserverMethod<T> |
delegate()
All calls to this
ObserverMethod instance are forwarded to the
delegate unless overridden. |
boolean |
equals(Object obj) |
Class<?> |
getBeanClass() |
Set<Annotation> |
getObservedQualifiers() |
Type |
getObservedType() |
javax.enterprise.event.Reception |
getReception() |
javax.enterprise.event.TransactionPhase |
getTransactionPhase() |
int |
hashCode() |
void |
notify(T event) |
String |
toString() |
protected abstract javax.enterprise.inject.spi.ObserverMethod<T> delegate()
ObserverMethod instance are forwarded to the
delegate unless overridden.ObserverMethodpublic Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.ObserverMethod<T>public Set<Annotation> getObservedQualifiers()
getObservedQualifiers in interface javax.enterprise.inject.spi.ObserverMethod<T>public Type getObservedType()
getObservedType in interface javax.enterprise.inject.spi.ObserverMethod<T>public javax.enterprise.event.Reception getReception()
getReception in interface javax.enterprise.inject.spi.ObserverMethod<T>public javax.enterprise.event.TransactionPhase getTransactionPhase()
getTransactionPhase in interface javax.enterprise.inject.spi.ObserverMethod<T>public void notify(T event)
notify in interface javax.enterprise.inject.spi.ObserverMethod<T>Copyright © 2013. All Rights Reserved.