org.apache.webbeans.component.creation
Class ObserverMethodsBuilder<T>

java.lang.Object
  extended by org.apache.webbeans.component.creation.ObserverMethodsBuilder<T>
Type Parameters:
T - bean class type

public class ObserverMethodsBuilder<T>
extends Object


Field Summary
protected  javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
           
protected  WebBeansContext webBeansContext
           
 
Constructor Summary
ObserverMethodsBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
          Creates a new instance.
 
Method Summary
 Set<javax.enterprise.inject.spi.ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webBeansContext

protected final WebBeansContext webBeansContext

annotatedType

protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
Constructor Detail

ObserverMethodsBuilder

public ObserverMethodsBuilder(WebBeansContext webBeansContext,
                              javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
Creates a new instance.

Method Detail

defineObserverMethods

public Set<javax.enterprise.inject.spi.ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)



Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.