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 SummaryFieldsModifier and TypeFieldDescriptionprotected Object[]The arguments.protected FunctionThe function wrapper.protected RhinoInterpreterThe current interpreter.
- 
Constructor SummaryConstructorsConstructorDescriptionFunctionWrapper(RhinoInterpreter ri, Function f, Object[] args) Creates a function wrapper.
- 
Method Summary