org.picocontainer.tck
Class AbstractComponentAdapterTestCase.CollectingBehavior

java.lang.Object
  extended by org.picocontainer.behaviors.AbstractBehavior
      extended by org.picocontainer.tck.AbstractComponentAdapterTestCase.CollectingBehavior
All Implemented Interfaces:
Serializable, org.picocontainer.Behavior, org.picocontainer.ComponentAdapter, org.picocontainer.ComponentMonitorStrategy, org.picocontainer.LifecycleStrategy
Enclosing class:
AbstractComponentAdapterTestCase

public static class AbstractComponentAdapterTestCase.CollectingBehavior
extends org.picocontainer.behaviors.AbstractBehavior

See Also:
Serialized Form

Constructor Summary
AbstractComponentAdapterTestCase.CollectingBehavior(org.picocontainer.ComponentAdapter delegate, List list)
           
 
Method Summary
 Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class org.picocontainer.behaviors.AbstractBehavior
accept, changeMonitor, componentHasLifecycle, currentMonitor, dispose, dispose, getComponentImplementation, getComponentKey, getDelegate, hasLifecycle, start, start, stop, stop, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComponentAdapterTestCase.CollectingBehavior

public AbstractComponentAdapterTestCase.CollectingBehavior(org.picocontainer.ComponentAdapter delegate,
                                                           List list)
Method Detail

getComponentInstance

public Object getComponentInstance(org.picocontainer.PicoContainer container)
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
Overrides:
getComponentInstance in class org.picocontainer.behaviors.AbstractBehavior


Copyright © 2003-2007 Codehaus. All Rights Reserved.