private class PluginsComponentManager.ComponentInvocationHandler extends Object implements InvocationHandler
private Object
_delegate
ComponentInvocationHandler(Object delegate)
Object
invoke(Object proxy, Method meth, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Object _delegate
public Object invoke(Object proxy, Method meth, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable