Class BrowserWindow.EvalRequest

Enclosing class:
BrowserWindow

public static class BrowserWindow.EvalRequest extends AsyncResource<String>

A future that is returned from the eval() method.

Since

7.0

  • Constructor Details

    • EvalRequest

      public EvalRequest()
  • Method Details

    • getJS

      public String getJS()
      Gets the JS code to be executed.
    • setJS

      public void setJS(String js)

      Sets the JS code to be executed

      Parameters
      • js