Package com.gargoylesoftware.htmlunit.javascript.background

Examples of com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl


     * @param webClient the web client that "owns" this window
     */
    public WebWindowImpl(final WebClient webClient) {
        WebAssert.notNull("webClient", webClient);
        webClient_ = webClient;
        jobManager_ = new JavaScriptJobManagerImpl(this);
        performRegistration();
    }
View Full Code Here

TOP

Related Classes of com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.