Class SVG12ScriptingEnvironment.HandlerScriptingEventListener

java.lang.Object
org.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
All Implemented Interfaces:
EventListener
Enclosing class:
SVG12ScriptingEnvironment

protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener extends Object implements EventListener
To handle a scripting event with an XML Events style handler.
  • Field Details

    • eventNamespaceURI

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

      protected String eventType
      The event type.
    • handlerElement

      protected AbstractElement handlerElement
      The handler element.
  • Constructor Details

    • HandlerScriptingEventListener

      public HandlerScriptingEventListener(String ns, 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 Details