Registers an event filter to this scene. The filter is called when the
scene 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: Scene