Registers an event filter to this node. The filter is called when the
node receives an Event
of the specified type during the capturing
phase of event delivery.
<T> | the specific event class of the filter | |
eventType | the type of the events to receive by the filter | |
eventFilter | the filter to register |
NullPointerException | if the event type or filter is null |
Diagram: Node