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


public interface ProcessProcessObserverMethod<X,T>


Method Summary
 void addDefinitionError(java.lang.Throwable t)
           
 AnnotatedMethod<X> getAnnotatedMethod()
           
 ObserverMethod<X,T> getObserverMethod()
           
 

Method Detail

getAnnotatedMethod

AnnotatedMethod<X> getAnnotatedMethod()

getObserverMethod

ObserverMethod<X,T> getObserverMethod()

addDefinitionError

void addDefinitionError(java.lang.Throwable t)


Copyright © 2008-2009. All Rights Reserved.