Interface JavaScriptExecutor

All Superinterfaces:
Runnable
All Known Implementing Classes:
DefaultJavaScriptExecutor

public interface JavaScriptExecutor extends Runnable
An event loop to execute all the JavaScript jobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addWindow(WebWindow newWindow)
    Register a window with the eventLoop.
    void
    Notes that this thread has been shutdown.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • 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.