listener Class Reference

file : ../lugre/lua/lib.listener.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed RegisterListenerOnce (mixed eventname, mixed listenerfunc, mixed keyname)
static mixed RegisterListener (mixed eventname, mixed listenerfunc)
static mixed UnregisterListener (mixed eventname, mixed listenerfunc)
static mixed NotifyListener (mixed eventname, mixed...)


Detailed Description

file : ../lugre/lua/lib.listener.lua (this is just a pseudo class used for grouping global functions)

Definition at line 4804 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed listener::RegisterListenerOnce ( mixed  eventname,
mixed  listenerfunc,
mixed  keyname 
) [inline, static]

Definition at line 4806 of file lua_pseudo_code.cpp.

static mixed listener::RegisterListener ( mixed  eventname,
mixed  listenerfunc 
) [inline, static]

Definition at line 4808 of file lua_pseudo_code.cpp.

static mixed listener::UnregisterListener ( mixed  eventname,
mixed  listenerfunc 
) [inline, static]

Definition at line 4810 of file lua_pseudo_code.cpp.

static mixed listener::NotifyListener ( mixed  eventname,
mixed...   
) [inline, static]

all additional arguments are passed to the callback callback can return true if it wants to be removed

Definition at line 4814 of file lua_pseudo_code.cpp.


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

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6