@Override
public EventDispatchChain buildEventDispatchChain (EventDispatchChain tail)

Implementing: javafx.event.EventTarget

Construct an event dispatch chain for this scene. The event dispatch chain contains all event dispatchers from the stage to this scene.

Parameters:
tail    the initial chain to build from

Returns:  the resulting event dispatch chain for this scene