org.apache.batik.script.rhino
protected static class WindowWrapper.FunctionWrapper extends Object implements Runnable
Field Summary | |
---|---|
protected Object[] | arguments
The arguments. |
protected Function | function
The function wrapper. |
protected RhinoInterpreter | interpreter
The current interpreter. |
Constructor Summary | |
---|---|
FunctionWrapper(RhinoInterpreter ri, Function f, Object[] args)
Creates a function wrapper. |
Method Summary | |
---|---|
void | run()
Calls the function. |