What is the reccomended way to handle  using events that a user might also
want to handle.  Some of my components have an event like
Screen.onScreenFaded that we expose to outside users.  Does this mean that I
should not use these events for my own component code in case a user just
writes

Screen.onScreenFaded=function (){ /// //whatever}

that my code won't fall apart.  I was looking into possibly using double
dispatched events like an internal event _onScreenFaded for my own use but
this seems liek a waste of resources.

Any suggestions or guidance about the current practice?

Thanks,

Mani
_______________________________________________
[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

Reply via email to