public interface ScriptTask
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope)
Actually run the task.
|
void execute(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope)
cx - the current Rhino contextscope - the current global scopeCopyright © 2016 Apigee Corporation. All Rights Reserved.