Interface JavaScriptExecutor
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
DefaultJavaScriptExecutor
public interface JavaScriptExecutor extends java.lang.Runnable
An event loop to execute all the JavaScript jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addWindow(WebWindow newWindow)
Register a window with the eventLoop.void
shutdown()
Notes that this thread has been shutdown.
-
-
-
Method Detail
-
addWindow
void addWindow(WebWindow newWindow)
Register a window with the eventLoop.- Parameters:
newWindow
- the new web window
-
shutdown
void shutdown()
Notes that this thread has been shutdown.
-
-