Interface JavaScriptExecutor
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
DefaultJavaScriptExecutor
An event loop to execute all the JavaScript jobs.
-
Method Summary
-
Method Details
-
addWindow
Register a window with the eventLoop.- Parameters:
newWindow
- the new web window
-
shutdown
void shutdown()Notes that this thread has been shutdown.
-