public static class RhinoWorkerUtils.DefaultScopeOperation<T> extends Object implements RhinoWorkerUtils.ScopeOperation<T>
Constructor and Description |
---|
RhinoWorkerUtils.DefaultScopeOperation() |
Modifier and Type | Method and Description |
---|---|
T |
action(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Context context) |
void |
initContext(org.mozilla.javascript.Context context) |
public RhinoWorkerUtils.DefaultScopeOperation()
public void initContext(org.mozilla.javascript.Context context)
initContext
in interface RhinoWorkerUtils.ScopeOperation<T>
public T action(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Context context)
action
in interface RhinoWorkerUtils.ScopeOperation<T>