Class 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 Detail

      • function

        protected org.mozilla.javascript.Function function
    • Constructor Detail

      • FunctionEventListener

        FunctionEventListener​(org.mozilla.javascript.Function f,
                              RhinoInterpreter i)
    • Method Detail

      • handleEvent

        public void handleEvent​(org.w3c.dom.events.Event evt)
        Specified by:
        handleEvent in interface org.w3c.dom.events.EventListener