removeChild

abstract fun removeChild(node: EventNode<out T>)

Removes the given node as a child of this event node.

Return

this event node

Parameters

node

the node to remove