Oh, and reading the link you supplied, the only concrete suggestion is from Aral Balkan, who suggests (as someone did in an earlier thread) that you subclass the Event class.
How would that help in my case? Any suggestions? To go back to my original example, if you assume class A is a black box that fires an event of class Event (Event.COMPLETE), we have no way (to the best of my knowledge) to make class A produce subclasses of Event instead; unless the suggestion is to subclass A to produce different events, which (depending on A's implementation) could be very difficult. Ian (Getting frustrated!) On 7/25/07, Ian Thomas <[EMAIL PROTECTED]> wrote:
On 7/25/07, Sunil Jolly <[EMAIL PROTECTED]> wrote: > Hi Ian, > > It seems like the "proper" way would be to create the extra > functions/classes to handle this. That would solve those two issues > which aren't major, but would make your code cleaner.
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

