public interface InvocationListener
InvocationListener
is used in conjunction with the ProxyManager
to intercept method calls on the proxy objectModifier and Type | Method and Description |
---|---|
void |
postInvoke(Object token,
Object proxy,
Method m,
Object returnValue) |
void |
postInvokeExceptionalReturn(Object token,
Object proxy,
Method m,
Throwable exception) |
Object |
preInvoke(Object proxy,
Method m,
Object[] args) |
Copyright © 2018. All rights reserved.