public interface Delegate
GenericInvocationHandler
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-2014 P6Spy. All Rights Reserved.