Module io.sf.carte.echosvg.css
Package io.sf.carte.echosvg.css.dom
Interface CSSOMStyleDeclaration.ModificationHandler
- All Known Implementing Classes:
CSSOMStoredStyleDeclaration
,SVGStylableElement.OverrideStyleDeclaration
,SVGStylableElement.StyleDeclaration
- Enclosing class:
CSSOMStyleDeclaration
public static interface CSSOMStyleDeclaration.ModificationHandler
To manage the modifications on a CSS value.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
propertyChanged
(String name, String value, String prio) Called when a property was changed.void
propertyRemoved
(String name) Called when a property was removed.void
textChanged
(String text) Called when the value text has changed.
-
Method Details
-
textChanged
Called when the value text has changed.- Throws:
DOMException
-
propertyRemoved
Called when a property was removed.- Throws:
DOMException
-
propertyChanged
Called when a property was changed.- Throws:
DOMException
-