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:
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(Event evt)
This method is called whenever an event occurs of the event type for which theEventListener
interface was registered.-
Methods inherited from class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
gatherScriptElements
-
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event evt)
Description copied from interface:EventListener
This method is called whenever an event occurs of the event type for which theEventListener
interface was registered.- Specified by:
handleEvent
in interfaceEventListener
- Overrides:
handleEvent
in classScriptingEnvironment.DOMNodeInsertedListener
- Parameters:
evt
- TheEvent
contains contextual information about the event.
-
-