protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected String |
eventNamespaceURI
The namespace URI of the event type.
|
protected String |
eventType
The event type.
|
protected AbstractElement |
handlerElement
The handler element.
|
Constructor and Description |
---|
HandlerScriptingEventListener(String ns,
String et,
AbstractElement e)
Creates a new HandlerScriptingEventListener.
|
protected String eventNamespaceURI
protected String eventType
protected AbstractElement handlerElement
public HandlerScriptingEventListener(String ns, 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 EventListener
evt
- The Event
contains contextual information
about the event.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.