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}
Copyright © 2001-2015 JRuby. All Rights Reserved.