addChild

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

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

Return

this event node

Parameters

node

the node to add