public class AttachDetachHandler extends Object
OnAttached
or OnDetached
delegate methods. OnAttached
method is called when a component is attached to the ComponentTree
, in contrast, OnDetached
method is called when a component is detached
from the tree.