Public Member Functions | |
LuaInvocationHandler (LuaObject obj) | |
Object | invoke (Object proxy, Method method, Object[] args) throws LuaException |
Class that implements the InvocationHandler interface. This class is used in the LuaJava's proxy system. When a proxy object is accessed, the method invoked is called from Lua
org.keplerproject.luajava.LuaInvocationHandler.LuaInvocationHandler | ( | LuaObject | obj | ) |
Object org.keplerproject.luajava.LuaInvocationHandler.invoke | ( | Object | proxy, |
Method | method, | ||
Object[] | args | ||
) | throws LuaException |
Function called when a proxy object function is invoked.