I - the type of interface to handle invocations for.public class SwingThreadMonitorProxy<I> extends Object implements DynamicProxy.DynamicProxyInvocationHandler<I>
| Constructor and Description |
|---|
SwingThreadMonitorProxy() |
public Object invoke(I delegate, Method method, Object[] args) throws Throwable
DynamicProxy.DynamicProxyInvocationHandlerinvoke in interface DynamicProxy.DynamicProxyInvocationHandler<I>delegate - delegate.method - the method been invoked.args - the method arguments.Throwable - if an error occurs.Copyright © 2014. All Rights Reserved.