Uses of Class
org.picocontainer.gems.util.DelegateMethod

Packages that use DelegateMethod
org.picocontainer.gems.adapters   
 

Uses of DelegateMethod in org.picocontainer.gems.adapters
 

Methods in org.picocontainer.gems.adapters that return DelegateMethod
static
<INSTANCE,RETURN_TYPE>
DelegateMethod<INSTANCE,RETURN_TYPE>
DelegateAdaptorFactory.createDelegate(Class<INSTANCE> targetType, String methodName, Object... parameters)
          Generic-friendly instantiation.
 

Constructors in org.picocontainer.gems.adapters with parameters of type DelegateMethod
DelegateMethodAdapter(Object componentKey, ComponentMonitor monitor, Object targetInstance, DelegateMethod factoryMethod)
           
DelegateMethodAdapter(Object componentKey, Object targetInstance, DelegateMethod factoryMethod)
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.