Package party.iroiro.luajava
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 Summary
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
methodEquals
-
getReference
public int getReference()- Specified by:
getReferencein interfaceparty.iroiro.luajava.cleaner.LuaReferable
-