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 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 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
-