Package org.apache.batik.bridge
Class EventTargetWrapper.FunctionAddNSProxy
- java.lang.Object
-
- org.apache.batik.bridge.EventTargetWrapper.FunctionProxy
-
- org.apache.batik.bridge.EventTargetWrapper.FunctionAddNSProxy
-
- All Implemented Interfaces:
org.mozilla.javascript.Callable
,org.mozilla.javascript.Function
,org.mozilla.javascript.Scriptable
- Enclosing class:
- EventTargetWrapper
static class EventTargetWrapper.FunctionAddNSProxy extends EventTargetWrapper.FunctionProxy
-
-
Field Summary
Fields Modifier and Type Field Description protected RhinoInterpreter
interpreter
protected java.util.Map
listenerMap
-
Fields inherited from class org.apache.batik.bridge.EventTargetWrapper.FunctionProxy
delegate
-
-
Constructor Summary
Constructors Constructor Description FunctionAddNSProxy(RhinoInterpreter interpreter, org.mozilla.javascript.Function delegate, java.util.Map listenerMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(org.mozilla.javascript.Context ctx, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, java.lang.Object[] args)
-
Methods inherited from class org.apache.batik.bridge.EventTargetWrapper.FunctionProxy
construct, delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
-
-
-
-
Field Detail
-
listenerMap
protected java.util.Map listenerMap
-
interpreter
protected RhinoInterpreter interpreter
-
-
Constructor Detail
-
FunctionAddNSProxy
FunctionAddNSProxy(RhinoInterpreter interpreter, org.mozilla.javascript.Function delegate, java.util.Map listenerMap)
-
-