org.apache.batik.css.dom

Interface CSSOMStyleDeclaration.ModificationHandler

public interface CSSOMStyleDeclaration.ModificationHandler

To manage the modifications on a CSS value.
Method Summary
voidpropertyChanged(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 Detail

propertyChanged

public void propertyChanged(String name, String value, String prio)
Called when a property was changed.

propertyRemoved

public void propertyRemoved(String name)
Called when a property was removed.

textChanged

public void textChanged(String text)
Called when the value text has changed.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.