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
InvocationHandler
receiver
- method
- args
- Throwable
InvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])
Copyright © 2001-2016 JRuby. All Rights Reserved.