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
DOMExceptionvoid propertyRemoved(String name) throws DOMException
DOMExceptionvoid propertyChanged(String name, String value, String prio) throws DOMException
DOMExceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.