|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
protected class SVG12ScriptingEnvironment.HandlerScriptingEventListener
To handle a scripting event with an XML Events style handler.
Field Summary | |
---|---|
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 Summary | |
---|---|
SVG12ScriptingEnvironment.HandlerScriptingEventListener(java.lang.String ns,
java.lang.String et,
AbstractElement e)
Creates a new HandlerScriptingEventListener. |
Method Summary | |
---|---|
void |
handleEvent(Event evt)
Runs the script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String eventNamespaceURI
protected java.lang.String eventType
protected AbstractElement handlerElement
Constructor Detail |
---|
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.Method Detail |
---|
public void handleEvent(Event evt)
handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |