protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener extends java.lang.Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
eventNamespaceURI
The namespace URI of the event type.
|
protected java.lang.String |
eventType
The event type.
|
protected AbstractElement |
handlerElement
The handler element.
|
| Constructor and Description |
|---|
SVG12ScriptingEnvironment.HandlerScriptingEventListener(java.lang.String ns,
java.lang.String et,
AbstractElement e)
Creates a new HandlerScriptingEventListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event evt)
Runs the script.
|
protected java.lang.String eventNamespaceURI
protected java.lang.String eventType
protected AbstractElement handlerElement
public SVG12ScriptingEnvironment.HandlerScriptingEventListener(java.lang.String ns,
java.lang.String et,
AbstractElement e)
ns - Namespace URI of the event type.et - The event type.e - The handler element.public void handleEvent(Event evt)
handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.