Both are the extension of Event only. The difference is that for CairEvent you have a handler defined in the form of execute method in the mapped command. And this mapping is done via Controller.
While event is a simple event for which you define handler as a simple function.(normally) In General, you can consider CairEvent's scope as global, you can dispatch from anywhere in application, while CustomEvent is limited to a component or up its hierarchy. If you need to know more, best will be to explore the Cairngorm code with the help of the debugger. It is the only way to understand it at best. On Mon, Nov 2, 2009 at 5:25 AM, pradeepflex <[email protected]>wrote: > > Hello Friends, > > This is pradeep,Please any one tel me the difference between > cairongormevent and event? > > Regards, > Pradeep. > > > > -- Thanks, Vaibhav Seth. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

