| Package | Description |
|---|---|
| org.picocontainer.gems.util |
| Constructor and Description |
|---|
DelegateMethod(Class<?> type,
String methodName,
Class<?>[] paramTypes,
Object... parameters)
Constructs a DelegateMethod object with very specific argument types.
|
DelegateMethod(Class<TARGET_TYPE> type,
String methodName,
Object... parameters)
Constructs a delegate method object that will invoke method
methodName on class type with the parameters
specified.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.