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 protectedDOMNodeInsertedListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(Event evt)This method is called whenever an event occurs of the event type for which theEventListenerinterface 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:EventListenerThis method is called whenever an event occurs of the event type for which theEventListenerinterface was registered.- Specified by:
handleEventin interfaceEventListener- Overrides:
handleEventin classScriptingEnvironment.DOMNodeInsertedListener- Parameters:
evt- TheEventcontains contextual information about the event.
-
-