javax.enterprise.inject.spi
Interface ObserverMethod<X,T>


public interface ObserverMethod<X,T>


Method Summary
 Bean<X> getBean()
           
 Notify getNotify()
           
 java.util.Set<java.lang.annotation.Annotation> getObservedBindings()
           
 java.lang.reflect.Type getObservedType()
           
 TransactionPhase getTransactionPhase()
           
 void notify(T event)
           
 

Method Detail

getBean

Bean<X> getBean()

getObservedType

java.lang.reflect.Type getObservedType()

getObservedBindings

java.util.Set<java.lang.annotation.Annotation> getObservedBindings()

getNotify

Notify getNotify()

getTransactionPhase

TransactionPhase getTransactionPhase()

notify

void notify(T event)


Copyright © 2008-2009. All Rights Reserved.