static class EventTargetWrapper.FunctionEventListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener
Modifier and Type | Field and Description |
---|---|
protected org.mozilla.javascript.Function |
function |
protected RhinoInterpreter |
interpreter |
Constructor and Description |
---|
FunctionEventListener(org.mozilla.javascript.Function f,
RhinoInterpreter i) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(org.w3c.dom.events.Event evt) |
protected org.mozilla.javascript.Function function
protected RhinoInterpreter interpreter
FunctionEventListener(org.mozilla.javascript.Function f, RhinoInterpreter i)