Class LuaProxy

java.lang.Object
party.iroiro.luajava.LuaProxy
All Implemented Interfaces:
InvocationHandler, party.iroiro.luajava.cleaner.LuaReferable

public final class LuaProxy extends Object implements InvocationHandler, party.iroiro.luajava.cleaner.LuaReferable
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
  • Method Details