org.apache.webbeans.portable.events.discovery
Class AfterBeanDiscoveryImpl

java.lang.Object
  extended by org.apache.webbeans.portable.events.discovery.AfterBeanDiscoveryImpl
All Implemented Interfaces:
AfterBeanDiscovery

public class AfterBeanDiscoveryImpl
extends Object
implements AfterBeanDiscovery

Event that is fired by the container after it discovers beans.

Version:
$Rev: 961950 $ $Date: 2010-07-08 23:32:12 +0200 (Do, 08 Jul 2010) $

Constructor Summary
AfterBeanDiscoveryImpl()
           
 
Method Summary
 void addBean(Bean<?> bean)
          
 void addContext(Context context)
          
 void addDefinitionError(Throwable t)
          
 void addObserverMethod(ObserverMethod<?> observerMethod)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterBeanDiscoveryImpl

public AfterBeanDiscoveryImpl()
Method Detail

addBean

public void addBean(Bean<?> bean)

Specified by:
addBean in interface AfterBeanDiscovery

addContext

public void addContext(Context context)

Specified by:
addContext in interface AfterBeanDiscovery

addDefinitionError

public void addDefinitionError(Throwable t)

Specified by:
addDefinitionError in interface AfterBeanDiscovery

addObserverMethod

public void addObserverMethod(ObserverMethod<?> observerMethod)

Specified by:
addObserverMethod in interface AfterBeanDiscovery


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.