Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval().
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptExecutionJob
A JavaScript-triggered background job representing the execution of some JavaScript code.
|
class |
JavaScriptFunctionJob
A
JavaScriptJob created from a Function object. |
class |
JavaScriptStringJob
A
JavaScriptExecutionJob created from a string of code. |
Modifier and Type | Method and Description |
---|---|
JavaScriptJob |
JavaScriptJobManagerImpl.getEarliestJob()
Gets the earliest job for this manager.
|
JavaScriptJob |
JavaScriptJobManager.getEarliestJob()
Gets the earliest job for this manager.
|
Modifier and Type | Method and Description |
---|---|
int |
JavaScriptJobManagerImpl.addJob(JavaScriptJob job,
Page page)
Adds the specified job to this job manager, assigning it an ID.
|
int |
JavaScriptJobManager.addJob(JavaScriptJob job,
Page page)
Adds the specified job to this job manager, assigning it an ID.
|
int |
JavaScriptJob.compareTo(JavaScriptJob other) |
boolean |
JavaScriptJobManagerImpl.runSingleJob(JavaScriptJob givenJob)
Runs the provided job if it is the right time for it.
|
boolean |
JavaScriptJobManager.runSingleJob(JavaScriptJob job)
Runs the provided job if it is the right time for it.
|
Copyright © 2002-2013 Gargoyle Software Inc.. All Rights Reserved.