RE: [Flashcoders] Object Listener?

2006-06-12 Thread Doug Coning
; From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of jcanistrum > Sent: Monday, June 12, 2006 10:09 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Object Listener? > > wouldn´t be possible to dispacth some proprietary Event of your class

Re: [Flashcoders] Object Listener?

2006-06-12 Thread jcanistrum
wouldn´t be possible to dispacth some proprietary Event of your class after some attribute changing ? mainly if the attributes only could be changed through the Class setters ??? just a guess 2006/6/12, janosch <[EMAIL PROTECTED]>: No, such thing does not exist. Perhaps you can use __resolv

Re: [Flashcoders] Object Listener?

2006-06-12 Thread janosch
No, such thing does not exist. Perhaps you can use __resolve or getters and setters to hook in the getting of properties, and invalidate then your object. But with this, you will lose type-safety. Greetings, Janosch Doug Coning schrieb: Greetings, Is there an object listener that will