org.apache.batik.css.event
Interface CSSValueChangeListener

All Known Implementing Classes:
CSSOMStyleDeclaration

public interface CSSValueChangeListener

This interface must be implemented by the objects that must be notified of CSS values changes.


Method Summary
 void cssValueChange(java.lang.String property, CSSValue before, CSSValue after)
          Called when a CSS value is changed.
 

Method Detail

cssValueChange

public void cssValueChange(java.lang.String property,
                           CSSValue before,
                           CSSValue after)
Called when a CSS value is changed.
Parameters:
property - The name of the CSS property the value represents.
before - The value before it changes.
after - The value after it changes.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.