src/share/classes/sun/awt/AWTAccessor.java

Print this page

        

@@ -482,10 +482,15 @@
         /**
          * Static in EventQueue
          */
         void invokeAndWait(Object source, Runnable r)
             throws InterruptedException, InvocationTargetException;
+
+        /**
+         * Sets the delegate for the EventQueue used by FX/AWT single threaded mode
+         */
+        public void setFwDispatcher(EventQueue eventQueue, FwDispatcher dispatcher);
     }
 
     /*
      * An accessor for the PopupMenu class
      */