you will need to add listeners to each item in the collection

On Jan 10, 2008 12:10 PM, Kevin <[EMAIL PROTECTED]> wrote:

>   I am wondering how to approach the follow problem. I have an object
> which holds a collection of objects. When one of the properties of
> the first item in the collection changes, I want the getter to fire
> for bind purposes.
>
> My Object contains
>
> -MyCollection which contains
>
> --SomeProperty
>
> I tried to do this:
>
> MyCollection.addEventListener(CollectionEvent.COLLECTION_CHANGE
> ,someFunction);
>
> but COLLECTION_CHANGE only seems to fire when a collection is updated
> (ie refreshed, add item, remove item)
>
> What would I watch to get an event to fire when the SomeProperty is
> changed?
>
> I apologize if this has been covered before. I couldn't find a post
> that helped me.
>
> Thanks, Kevin
>
>  
>



-- 
j:pn
\\no comment

Reply via email to