RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-16 Thread Piotrowski, John
:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm: When / why override clone in Events Sean, You can read in the Flex doc: There are two utility methods in the Event class. The clone() method allows you to create copies of an event object. The toString() method allows

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-15 Thread Stembert Olivier (BIL)
Sean, You can read in the Flex doc: There are two utility methods in the Event class. The clone() method allows you to create copies of an event object. The toString() method allows you to generate a string representation of the properties of an event object along with their values. Both of

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Robert Chyko
This is not a Cairngorm requirement it is a Flex requirement. Anytime you subclass the Event class you are required to override Event.clone(). I believe it is mainly for event bubbling - I'm sure someone else can clarify more. -Original Message- From: