static class EventTargetWrapper.HandleEventListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener
Modifier and Type | Field and Description |
---|---|
java.lang.Object[] |
array |
static java.lang.String |
HANDLE_EVENT |
RhinoInterpreter |
interpreter |
org.mozilla.javascript.Scriptable |
scriptable |
Constructor and Description |
---|
HandleEventListener(org.mozilla.javascript.Scriptable s,
RhinoInterpreter interpreter) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(org.w3c.dom.events.Event evt) |
public static final java.lang.String HANDLE_EVENT
public org.mozilla.javascript.Scriptable scriptable
public java.lang.Object[] array
public RhinoInterpreter interpreter
HandleEventListener(org.mozilla.javascript.Scriptable s, RhinoInterpreter interpreter)