Module io.sf.carte.echosvg.bridge
Package io.sf.carte.echosvg.bridge
Class WindowWrapper.FunctionWrapper
java.lang.Object
io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
- All Implemented Interfaces:
Runnable
- Enclosing class:
WindowWrapper
To wrap a function in an handler.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object[]
The arguments.protected org.mozilla.javascript.Function
The function wrapper.protected RhinoInterpreter
The current interpreter. -
Constructor Summary
ConstructorDescriptionFunctionWrapper
(RhinoInterpreter ri, org.mozilla.javascript.Function f, Object[] args) Creates a function wrapper. -
Method Summary
-
Field Details
-
interpreter
The current interpreter. -
function
protected org.mozilla.javascript.Function functionThe function wrapper. -
arguments
The arguments.
-
-
Constructor Details
-
FunctionWrapper
Creates a function wrapper.
-
-
Method Details