Package org.apache.batik.bridge
Class EventTargetWrapper.FunctionEventListener
- java.lang.Object
-
- org.apache.batik.bridge.EventTargetWrapper.FunctionEventListener
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
- Enclosing class:
- EventTargetWrapper
static class EventTargetWrapper.FunctionEventListener extends java.lang.Object implements org.w3c.dom.events.EventListener
The Java function object calling the Rhino function.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.mozilla.javascript.Function
function
protected RhinoInterpreter
interpreter
-
Constructor Summary
Constructors Constructor Description FunctionEventListener(org.mozilla.javascript.Function f, RhinoInterpreter i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.w3c.dom.events.Event evt)
-
-
-
Field Detail
-
function
protected org.mozilla.javascript.Function function
-
interpreter
protected RhinoInterpreter interpreter
-
-
Constructor Detail
-
FunctionEventListener
FunctionEventListener(org.mozilla.javascript.Function f, RhinoInterpreter i)
-
-