Class JavaScriptStringJob

    • Field Detail

      • script_

        private final java.lang.String script_
        The JavaScript code to execute.
    • Constructor Detail

      • JavaScriptStringJob

        JavaScriptStringJob​(int initialDelay,
                            java.lang.Integer period,
                            java.lang.String label,
                            WebWindow window,
                            java.lang.String script)
        Creates a new JavaScript execution job, where the JavaScript code to execute is a string.
        Parameters:
        initialDelay - the initial amount of time to wait before executing this job
        period - the amount of time to wait between executions of this job (may be null)
        label - the label for the job
        window - the window to which the job belongs
        script - the JavaScript code to execute