Kerry Thompson wrote:
I agree with everything you say, up to that point. There is a
fundamental difference in the way callbacks and messages work. A
callback puts the caller on the call stack, and control will
eventually return to that calling method. A message does not put the
sender on the call stack.


Have you ever glanced at the callstack in the debugger while in a listener? It is very clearly the same callstack both for the dispatcher and the listener.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to