Class SVG12ScriptingEnvironment.HandlerScriptingEventListener

  • All Implemented Interfaces:
    org.w3c.dom.events.EventListener
    Enclosing class:
    SVG12ScriptingEnvironment

    protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener
    extends java.lang.Object
    implements org.w3c.dom.events.EventListener
    To handle a scripting event with an XML Events style handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.w3c.dom.events.Event evt)
      Runs the script.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eventNamespaceURI

        protected java.lang.String eventNamespaceURI
        The namespace URI of the event type.
      • eventType

        protected java.lang.String eventType
        The event type.
      • handlerElement

        protected AbstractElement handlerElement
        The handler element.
    • Constructor Detail

      • HandlerScriptingEventListener

        public HandlerScriptingEventListener​(java.lang.String ns,
                                             java.lang.String et,
                                             AbstractElement e)
        Creates a new HandlerScriptingEventListener.
        Parameters:
        ns - Namespace URI of the event type.
        et - The event type.
        e - The handler element.
    • Method Detail

      • handleEvent

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