org.apache.batik.css.event
Interface CSSPropertyChangeListener

All Known Subinterfaces:
CSSStyleDeclarationChangeListener, CSSStyleRuleChangeListener, CSSStyleSheetChangeListener

public interface CSSPropertyChangeListener

This interface must be implemented by the objects that want to be notified of CSS properties changes.


Method Summary
 void cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 

Method Detail

cssPropertyChange

public void cssPropertyChange(CSSPropertyChangeEvent evt)
Called when a CSS property is changed.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.