BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
org.keplerproject.luajava.LuaInvocationHandler Class Reference
Inheritance diagram for org.keplerproject.luajava.LuaInvocationHandler:
Inheritance graph
[legend]
Collaboration diagram for org.keplerproject.luajava.LuaInvocationHandler:
Collaboration graph
[legend]

Public Member Functions

 LuaInvocationHandler (LuaObject obj)
 
Object invoke (Object proxy, Method method, Object[] args) throws LuaException
 

Detailed Description

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

Author
Rizzato
Thiago Ponte

Constructor & Destructor Documentation

org.keplerproject.luajava.LuaInvocationHandler.LuaInvocationHandler ( LuaObject  obj)

Member Function Documentation

Object org.keplerproject.luajava.LuaInvocationHandler.invoke ( Object  proxy,
Method  method,
Object[]  args 
) throws LuaException

Function called when a proxy object function is invoked.

Here is the call graph for this function:


The documentation for this class was generated from the following file: