Class BrowserWindow.EvalRequest
java.lang.Object
- Enclosing class:
BrowserWindow
A future that is returned from the eval() method.
Since
7.0
-
Nested Class Summary
Nested classes/interfaces inherited from class AsyncResource
AsyncResource.AsyncExecutionException, AsyncResource.CancellationException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AsyncResource
addListener, all, all, asPromise, await, await, await, cancel, complete, error, except, except, get, get, get, isCancelled, isCancelled, isDone, isReady, onResult, ready, ready, waitForMethods inherited from class Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EvalRequest
public EvalRequest()
-
-
Method Details
-
getJS
Gets the JS code to be executed. -
setJS
Sets the JS code to be executed
Parameters
js
-