Package org.apache.batik.bridge
Class EventTargetWrapper.FunctionRemoveProxy
- java.lang.Object
-
- org.apache.batik.bridge.EventTargetWrapper.FunctionProxy
-
- org.apache.batik.bridge.EventTargetWrapper.FunctionRemoveProxy
-
- All Implemented Interfaces:
org.mozilla.javascript.Callable
,org.mozilla.javascript.Function
,org.mozilla.javascript.Scriptable
- Enclosing class:
- EventTargetWrapper
static class EventTargetWrapper.FunctionRemoveProxy extends EventTargetWrapper.FunctionProxy
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map
listenerMap
-
Fields inherited from class org.apache.batik.bridge.EventTargetWrapper.FunctionProxy
delegate
-
-
Constructor Summary
Constructors Constructor Description FunctionRemoveProxy(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
-
-