org.apache.batik.css.dom
Interface CSSOMStyleDeclaration.ModificationHandler

All Known Implementing Classes:
SVGStylableElement.StyleDeclaration
Enclosing interface:
CSSOMStyleDeclaration

public static interface CSSOMStyleDeclaration.ModificationHandler

To manage the modifications on a CSS value.


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.
 

Method Detail

textChanged

public void textChanged(String text)
                 throws DOMException
Called when the value text has changed.

Throws:
DOMException

propertyRemoved

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

Throws:
DOMException

propertyChanged

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

Throws:
DOMException


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.