org.jboss.cdi.tck.tests.extensions.communication
Class ExtensionAlpha

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.communication.ExtensionAlpha
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class ExtensionAlpha
extends Object
implements javax.enterprise.inject.spi.Extension

Author:
Martin Kouba

Constructor Summary
ExtensionAlpha()
           
 
Method Summary
 void observeBeforeBeanDiscovery(javax.enterprise.inject.spi.BeforeBeanDiscovery event)
           
 void observeBeta(PbEvent event)
           
 void observeProcessAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<?> event, javax.enterprise.inject.spi.BeanManager beanManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionAlpha

public ExtensionAlpha()
Method Detail

observeBeforeBeanDiscovery

public void observeBeforeBeanDiscovery(@Observes
                                       javax.enterprise.inject.spi.BeforeBeanDiscovery event)

observeProcessAnnotatedType

public void observeProcessAnnotatedType(@Observes
                                        javax.enterprise.inject.spi.ProcessAnnotatedType<?> event,
                                        javax.enterprise.inject.spi.BeanManager beanManager)

observeBeta

public void observeBeta(@Observes@Baz
                        PbEvent event)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.