org.apache.batik.bridge.svg12
protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener extends Object implements EventListener
| Field Summary | |
|---|---|
| protected String | eventNamespaceURI
The namespace URI of the event type. |
| protected String | eventType
The event type. |
| protected AbstractElement | handlerElement
The handler element. |
| Constructor Summary | |
|---|---|
| HandlerScriptingEventListener(String ns, String et, AbstractElement e)
Creates a new HandlerScriptingEventListener. | |
| Method Summary | |
|---|---|
| void | handleEvent(Event evt)
Runs the script. |
Parameters: ns Namespace URI of the event type. et The event type. e The handler element.