Help understanding Cairngorm Event in Flex

Posted by tusay on Stack Overflow See other posts from Stack Overflow or by tusay
Published on 2010-05-19T06:11:54Z Indexed on 2010/05/19 9:10 UTC
Read the original article Hit count: 292

Filed under:
|

Hi,

I was going through this article by David Tucker (http://www.davidtucker.net/2007/10/29/cairngorm-part-3/) in which he talks about Cairngorm Events.

There are two things that I want to ask in this-

  1. What is the significance of calling the constructor of the parent class with the event arg? super(LOGIN) in the example

  2. Why do you need to overrride the clone method?

Understanding these things will give me a better insight into the way things are done with Cairngorm.

Thanks

© Stack Overflow or respective owner

Related posts about flex

Related posts about cairngorm