static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    JW.Framework.UGUI.UIListenerEvent __cl_gen_ret = new JW.Framework.UGUI.UIListenerEvent();
                    translator.Push(L, __cl_gen_ret);

                    return(1);
                }
            }
            catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(LuaAPI.luaL_error(L, "invalid arguments to JW.Framework.UGUI.UIListenerEvent constructor!"));
        }
        static int _m_RemoveUIEventListenerHandle_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);



                {
                    JW.Framework.UGUI.UIListenerEvent list = (JW.Framework.UGUI.UIListenerEvent)translator.GetObject(L, 1, typeof(JW.Framework.UGUI.UIListenerEvent));
                    int id = LuaAPI.xlua_tointeger(L, 2);

                    JW.Lua.LuaInteraction.RemoveUIEventListenerHandle(list, id);



                    return(0);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }