org.keplerproject.luajava
public class LuaInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
Constructor and Description |
---|
LuaInvocationHandler(LuaObject obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Function called when a proxy object function is invoked.
|
public LuaInvocationHandler(LuaObject obj)
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws LuaException
invoke
in interface java.lang.reflect.InvocationHandler
LuaException