fire

abstract fun <E : T> fire(event: E): E

Fires the given event on this event node.

Due to the nature of event nodes, this method will propagate the event to any nodes that are registered children of this event node.

Parameters

E

the event type

event

the event to fire