Class CompositeEventDispatcher

java.lang.Object
com.sun.javafx.event.BasicEventDispatcher
com.sun.javafx.event.CompositeEventDispatcher
All Implemented Interfaces:
EventDispatcher
Direct Known Subclasses:
NodeEventDispatcher, SceneEventDispatcher, WindowEventDispatcher

public abstract class CompositeEventDispatcher extends BasicEventDispatcher
An EventDispatcher which represents a chain of event dispatchers, but can still be set or replaced as a single entity.