[ascoders] Re: AS2 Eventhandling
- From: Florian Krüsch <florian@xxxxxxxxxx>
- To: ascoders@xxxxxxxxxxxxx
- Date: Sun, 14 Dec 2003 17:43:59 +0100
Ich denke, dieser Abschnitt ist für die Event-Handler gedacht, die man
in der IDE setzt, also z.B. on(change) { ... } auf einer ComboBox.
Florian
bokel wrote:
Interessant finde ich auch noch die Stelle hier
in dispatchEvent
this[eventObj.type + "Handler"](eventObj);
Bevor das Event an die Listener weitergereicht wird,
bekommt es zuerst der EventDispatcher selbst nochmal vorgesetzt,
vorausgesetzt er hat eine Methode mit dem Namen [event]Handler,
also z.B. onBegruessungHandler.
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- References:
- [ascoders] Re: AS2 Eventhandling
- From: Ralf Siegel
- [ascoders] Re: AS2 Eventhandling
- From: Ralf Siegel
- [ascoders] Re: AS2 Eventhandling
- From: bokel
Other related posts:
- » [ascoders] AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
- » [ascoders] Re: AS2 Eventhandling
Interessant finde ich auch noch die Stelle hier in dispatchEvent
this[eventObj.type + "Handler"](eventObj);
Bevor das Event an die Listener weitergereicht wird, bekommt es zuerst der EventDispatcher selbst nochmal vorgesetzt, vorausgesetzt er hat eine Methode mit dem Namen [event]Handler, also z.B. onBegruessungHandler.
- [ascoders] Re: AS2 Eventhandling
- From: Ralf Siegel
- [ascoders] Re: AS2 Eventhandling
- From: Ralf Siegel
- [ascoders] Re: AS2 Eventhandling
- From: bokel