T - The type of the event being observedX - The bean type containing the observer methodpublic interface ExperimentalProcessObserverMethod<T,X>
extends javax.enterprise.inject.spi.ProcessObserverMethod<T,X>
ProcessObserverMethod.| Modifier and Type | Method and Description |
|---|---|
void |
setObserverMethod(javax.enterprise.inject.spi.ObserverMethod<T> observerMethod)
Replaces the observer method.
|
void |
veto()
Forces the container to ignore the observer method.
|
void setObserverMethod(javax.enterprise.inject.spi.ObserverMethod<T> observerMethod)
observerMethod - target observer method.void veto()
Copyright © 2008-2016. All Rights Reserved.