Package com.sun.javafx.stage
Class WindowEventDispatcher
java.lang.Object
com.sun.javafx.event.BasicEventDispatcher
com.sun.javafx.event.CompositeEventDispatcher
com.sun.javafx.stage.WindowEventDispatcher
- All Implemented Interfaces:
EventDispatcher
An
EventDispatcher
for Window
. It is formed by a chain
in which a received event is first passed through EventRedirector
and then through EventHandlerManager
.-
Constructor Summary
ConstructorDescriptionWindowEventDispatcher
(EventRedirector eventRedirector, WindowCloseRequestHandler windowCloseRequestHandler, EventHandlerManager eventHandlerManager) WindowEventDispatcher
(Window window) -
Method Summary
Methods inherited from class com.sun.javafx.event.CompositeEventDispatcher
dispatchBubblingEvent, dispatchCapturingEvent
Methods inherited from class com.sun.javafx.event.BasicEventDispatcher
dispatchEvent, getNextDispatcher, getPreviousDispatcher, insertNextDispatcher
-
Constructor Details
-
WindowEventDispatcher
-
WindowEventDispatcher
public WindowEventDispatcher(EventRedirector eventRedirector, WindowCloseRequestHandler windowCloseRequestHandler, EventHandlerManager eventHandlerManager)
-
-
Method Details
-
getEventRedirector
-
getWindowCloseRequestHandler
-
getEventHandlerManager
-
getFirstDispatcher
- Specified by:
getFirstDispatcher
in classCompositeEventDispatcher
-
getLastDispatcher
- Specified by:
getLastDispatcher
in classCompositeEventDispatcher
-