Re: How to get notified when a component is added to a hierarchy?

2010-12-13 Thread Igor Vaynberg
I could find out there is onRemove method which gets >>> called once a component has been removed from its parent. But how >>> about the opposite? How to get notified when a component is added to a >>> hierarchy? (setParent is final) >>> >>>   Best rega

Re: How to get notified when a component is added to a hierarchy?

2010-12-13 Thread Vitaly Tsaplin
8 PM, Vitaly Tsaplin > wrote: >>     Hi everyone, >> >>     I far as I could find out there is onRemove method which gets >> called once a component has been removed from its parent. But how >> about the opposite? How to get notified when a component is added to a &g

Re: How to get notified when a component is added to a hierarchy?

2010-12-13 Thread Igor Vaynberg
oninitialize() -igor On Mon, Dec 13, 2010 at 8:08 PM, Vitaly Tsaplin wrote: >     Hi everyone, > >     I far as I could find out there is onRemove method which gets > called once a component has been removed from its parent. But how > about the opposite? How to get notified when

How to get notified when a component is added to a hierarchy?

2010-12-13 Thread Vitaly Tsaplin
Hi everyone, I far as I could find out there is onRemove method which gets called once a component has been removed from its parent. But how about the opposite? How to get notified when a component is added to a hierarchy? (setParent is final) Best regards, Vitaly