org.apache.batik.css.dom
public interface CSSOMStyleDeclaration.ModificationHandler
| Method Summary | |
|---|---|
| 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. |