Package org.apache.batik.bridge.svg12
Class SVG12ScriptingEnvironment.DOMNodeInsertedListener
- java.lang.Object
-
- org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
-
- org.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeInsertedListener
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
- Enclosing class:
- SVG12ScriptingEnvironment
protected class SVG12ScriptingEnvironment.DOMNodeInsertedListener extends ScriptingEnvironment.DOMNodeInsertedListener
The listener class for 'DOMNodeInserted' event.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
toExecute
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DOMNodeInsertedListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.w3c.dom.events.Event evt)
-
Methods inherited from class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
gatherScriptElements
-
-
-
-
Method Detail
-
handleEvent
public void handleEvent(org.w3c.dom.events.Event evt)
- Specified by:
handleEvent
in interfaceorg.w3c.dom.events.EventListener
- Overrides:
handleEvent
in classScriptingEnvironment.DOMNodeInsertedListener
-
-