public static interface CSSOMStyleDeclaration.ModificationHandler
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void textChanged(String text) throws DOMException
DOMException
void propertyRemoved(String name) throws DOMException
DOMException
void propertyChanged(String name, String value, String prio) throws DOMException
DOMException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.