public interface IInvocationHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object receiver,
java.lang.String name,
IArgs args)
Make a reflective call to the method
name within
receiver |
java.lang.Object invoke(java.lang.Object receiver, java.lang.String name, IArgs args) throws MethodException
name
within
receiver
receiver
- The object hosting the method.name
- The name of the method to call.args
- The arguments for the invocation.MethodException