Custom events are usually overkill. The issue is not what event, but what the listener knows about the object that it happened to.

Most often, the listener can simply access a property of the class that it lies in instead of using some complicated custom event solution.

The event object should only contain data that is about the event itself. Not what the listener should do, that is up to the listener.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to