Hi, we override the clone method when we use event bubbling... else we dont need to use that but its always better to over ride that.
Thanks, Kaleem On Nov 3, 1:15 am, pradeepflex <[email protected]> wrote: > Thanks Vaibhav, > > and please let me know in every event class > is it mandatory to override the clone method? > > Regards, > Pradeep. > > On Nov 2, 9:25 pm, Vaibhav Seth <[email protected]> wrote: > > > > > 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.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

