Uses of Interface
com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManager

Packages that use JavaScriptJobManager
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval()
 

Uses of JavaScriptJobManager in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return JavaScriptJobManager
 JavaScriptJobManager WebWindowImpl.getJobManager()
          INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window.
 JavaScriptJobManager WebWindow.getJobManager()
          INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type JavaScriptJobManager
 void WebWindowImpl.setJobManager(JavaScriptJobManager jobManager)
          INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
 

Uses of JavaScriptJobManager in com.gargoylesoftware.htmlunit.javascript.background
 

Methods in com.gargoylesoftware.htmlunit.javascript.background that return JavaScriptJobManager
 JavaScriptJobManager BackgroundJavaScriptFactory.createJavaScriptJobManager(WebWindow webWindow)
          Creates a new JavaScriptJobManager for the given window.
protected  JavaScriptJobManager DefaultJavaScriptExecutor.getJobManagerWithEarliestJob()
          Returns the JobExecutor corresponding to the earliest job.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.