Uses of Package
com.gargoylesoftware.htmlunit.javascript.background

Packages that use com.gargoylesoftware.htmlunit.javascript.background
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval()
 

Classes in com.gargoylesoftware.htmlunit.javascript.background used by com.gargoylesoftware.htmlunit
JavaScriptJobManager
          A manager for JavaScriptJobs.
 

Classes in com.gargoylesoftware.htmlunit.javascript.background used by com.gargoylesoftware.htmlunit.javascript
JavaScriptExecutor
          An event loop to execute all the JavaScript jobs.
 

Classes in com.gargoylesoftware.htmlunit.javascript.background used by com.gargoylesoftware.htmlunit.javascript.background
JavaScriptExecutionJob
          A JavaScript-triggered background job representing the execution of some JavaScript code.
JavaScriptExecutor
          An event loop to execute all the JavaScript jobs.
JavaScriptExecutor.JobExecutor
          A simple class to store a JavaScriptJobManager and its earliest job.
JavaScriptJob
          A JavaScript-triggered background job managed by a JavaScriptJobManager.
JavaScriptJobManager
          A manager for JavaScriptJobs.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.