RE: [Flashcoders] advantages of EventDispatcher over AsBroadcaster

2007-01-19 Thread Holth, Daniel C.
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of T. Michael Keesey Sent: Thursday, January 18, 2007 8:11 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster The two are pretty much the same, except for one big thing: EventDispatcher

Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster

2007-01-19 Thread Francis Chary
! Daniel Holth I.S. Programmer -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] Behalf Of T. Michael Keesey Sent: Thursday, January 18, 2007 8:11 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster The two

Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster

2007-01-19 Thread Steve Polk
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of T. Michael Keesey Sent: Thursday, January 18, 2007 8:11 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster The two are pretty much the same, except for one big thing

RE: [Flashcoders] advantages of EventDispatcher over AsBroadcaster

2007-01-19 Thread Holth, Daniel C.
I.S. Programmer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of T. Michael Keesey Sent: Thursday, January 18, 2007 8:11 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster The two are pretty

Re: [Flashcoders] advantages of EventDispatcher over AsBroadcaster

2007-01-18 Thread T. Michael Keesey
The two are pretty much the same, except for one big thing: EventDispatcher allows you to distinguish between types of events. AsBroadcaster just says, Hey, there's been an update, while EventDispatcher gives detailed information (in an Event object) about exactly what that event was and only