EventListenerprotected class SVG12ScriptingEnvironment.HandlerScriptingEventListener extends java.lang.Object implements EventListener
| Modifier and Type | Field | 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 | Description |
|---|---|
HandlerScriptingEventListener(java.lang.String ns,
java.lang.String et,
AbstractElement e) |
Creates a new HandlerScriptingEventListener.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEvent(Event evt) |
Runs the script.
|
protected java.lang.String eventNamespaceURI
protected java.lang.String eventType
protected AbstractElement handlerElement
public 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 ? 2018 Apache Software Foundation. All Rights Reserved.