Constructor
(protected) new RemoveFamilyEvent(parent, child)
Parameters:
| Name | Type | Description | 
|---|---|---|
parent | 
            
            AbstractNode | The parent node in the removed family relationship (i.e the node that lost a new child) | 
child | 
            
            AbstractNode | The child node in the removed family relationship (i.e the node that lost a new parent) | 
- Source:
 
Extends
- Event
 
Methods
getChild() → {AbstractNode}
    Returns the child node in the removed family relationship that corresponds to
the event.
- Source:
 
Returns:
    The child node
- Type
 - AbstractNode
 
getParent() → {AbstractNode}
    Returns the parent node in the removed family relationship that corresponds
to the event.
- Source:
 
Returns:
    The parent node
- Type
 - AbstractNode