T
- type of the subject or delegate to create a proxy forpublic class SwingThreadMonitorProxy<T> extends AbstractProxy<T>
Constructor and Description |
---|
SwingThreadMonitorProxy() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(T subject,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns the
result.
|
getMethodSignature
public Object invoke(T subject, Method method, Object[] args) throws Throwable
Proxy
subject
- subject or delegate for which the proxy was created formethod
- the method been invokedargs
- the method argumentsThrowable
- if an error occursCopyright © 2015. All Rights Reserved.