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 style declaration.
- 
Method SummaryModifier and TypeMethodDescriptionvoidpropertyChanged(String name, String value, String prio) Called when a property was changed.voidpropertyRemoved(String name) Called when a property was removed.voidtextChanged(String text) Called when the declaration text has changed.
- 
Method Details- 
textChangedCalled when the declaration text has changed.- Throws:
- DOMException
 
- 
propertyRemovedCalled when a property was removed.- Throws:
- DOMException
 
- 
propertyChangedCalled when a property was changed.- Throws:
- DOMException
 
 
-