Re: [qooxdoo-devel] Events list or check if an object can listen to event
thanks, I will try it -- View this message in context: http://qooxdoo.678.n2.nabble.com/Events-list-or-check-if-an-object-can-listen-to-event-tp7586648p7586654.html Sent from the qooxdoo mailing list archive at Nabble.com. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Events list or check if an object can listen to event
Try this: instance.constructor.$$events But please notice, this is not public API. Gruß Mustafa Sak Applications & Integration 1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany -Ursprüngliche Nachricht- Von: mappopo [mailto:[email protected]] Gesendet: Dienstag, 13. Januar 2015 11:23 An: [email protected] Betreff: Re: [qooxdoo-devel] Events list or check if an object can listen to event Hi Mustafa, I need to known at runtime if an object fires an event. Is it possible? Thanks -- View this message in context: http://qooxdoo.678.n2.nabble.com/Events-list-or-check-if-an-object-can-listen-to-event-tp7586648p7586652.html Sent from the qooxdoo mailing list archive at Nabble.com. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Events list or check if an object can listen to event
Hi Mustafa, I need to known at runtime if an object fires an event. Is it possible? Thanks -- View this message in context: http://qooxdoo.678.n2.nabble.com/Events-list-or-check-if-an-object-can-listen-to-event-tp7586648p7586652.html Sent from the qooxdoo mailing list archive at Nabble.com. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Events list or check if an object can listen to event
Hi Massimo, sure. Just get the class name of the object with obj.classname and search for it in http://api.qooxdoo.org Include inherited and you will see all events available, if they are documented, which is true for framework classes ;) Gruß Mustafa Sak Applications & Integration 1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany -Ursprüngliche Nachricht- Von: mappopo [mailto:[email protected]] Gesendet: Dienstag, 13. Januar 2015 09:09 An: [email protected] Betreff: [qooxdoo-devel] Events list or check if an object can listen to event Hi Is there a way to check if an object can listen to an event or to retrive the complete list of event listened? Thanks in advance. Massimo -- View this message in context: http://qooxdoo.678.n2.nabble.com/Events-list-or-check-if-an-object-can-listen-to-event-tp7586648.html Sent from the qooxdoo mailing list archive at Nabble.com. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
