Package org.apache.batik.css.engine
Class CSSEngine.DOMNodeInsertedListener
- java.lang.Object
-
- org.apache.batik.css.engine.CSSEngine.DOMNodeInsertedListener
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
- Enclosing class:
- CSSEngine
protected class CSSEngine.DOMNodeInsertedListener extends java.lang.Object implements org.w3c.dom.events.EventListener
To handle the insertion of a CSSStyleSheetNode in the associated document.
-
-
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)
-