public interface Delegate
GenericInvocationHandler
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Object underlying,
Method method,
Object[] args)
Called by the invocation handler instead of the target method.
|
Object invoke(Object proxy, Object underlying, Method method, Object[] args) throws Throwable
proxy
- The proxyunderlying
- The proxied objectmethod
- The method that was invokedargs
- The arguments of the method (if any). This argument will be null if there
were no arguments.Throwable
Copyright © 2002-2016 P6Spy. All Rights Reserved.