robust-parenting #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "robust-parenting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of setting a bunch of callbacks (which look like you can just set them anytime you want) in order to connect a child to a parent, we now have a SetParent method. The child can cast the parent to several other interfaces to probe for capabilities just like the parent can.