-
Enhancement
-
Resolution: Fixed
-
P3
-
fx2.1
Glass introduces new API for handling nested event loops - the com.sun.glass.ui.EventLoop class and the Application.createEventLoop() method. This API allows for interleaved enter()/leave() method calls, and as such is more robust. Also, it is needed for Deploy to proceed with RT-16673. An example of using this new API can be found in the Rain demo in Glass repo (see Main.java - handleEventLoop() method).
This API together with its specification (see the EventLoop class) need to be wired up to FX.
Legacy methods Application.enterNestedEventLoop() and leaveNestedLoop() will be made private, and as such inaccessible from Quantum/FX once the new API is wired up.
This API together with its specification (see the EventLoop class) need to be wired up to FX.
Legacy methods Application.enterNestedEventLoop() and leaveNestedLoop() will be made private, and as such inaccessible from Quantum/FX once the new API is wired up.
- blocks
-
JDK-8128737 NPE from MessagePassingJSObject via eval()
-
- Resolved
-
- relates to
-
JDK-8101443 Support for interleaved nested event loops
-
- Resolved
-