public interface JavaProxyInvocationHandler
InvocationHandler| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
getOrig() |
Object |
invoke(Object receiver,
JavaProxyMethod method,
Object[] args)
Similar to
InvocationHandler |
IRubyObject getOrig()
Object invoke(Object receiver, JavaProxyMethod method, Object[] args) throws Throwable
InvocationHandlerreceiver - method - args - ThrowableInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])Copyright © 2001-2017 JRuby. All Rights Reserved.