protected static class WindowWrapper.FunctionWrapper
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
arguments
The arguments.
|
protected Function |
function
The function wrapper.
|
protected RhinoInterpreter |
interpreter
The current interpreter.
|
Constructor and Description |
---|
FunctionWrapper(RhinoInterpreter ri,
Function f,
java.lang.Object[] args)
Creates a function wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Calls the function.
|
protected RhinoInterpreter interpreter
protected Function function
protected java.lang.Object[] arguments
public FunctionWrapper(RhinoInterpreter ri, Function f, java.lang.Object[] args)
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.