org.apache.batik.css.event
Interface CSSStyleSheetChangeListener

All Superinterfaces:
CSSPropertyChangeListener, CSSStyleDeclarationChangeListener, CSSStyleRuleChangeListener
All Known Implementing Classes:
CSSStyleSheetChangeAdapter

public interface CSSStyleSheetChangeListener
extends CSSStyleRuleChangeListener

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


Method Summary
 void cssRuleAdded(CSSRuleEvent evt)
          Called when a CSSRule has been added to the style sheet.
 void cssRuleRemoved(CSSRuleEvent evt)
          Called when a CSSRule has been removed to the style sheet.
 
Methods inherited from interface org.apache.batik.css.event.CSSStyleRuleChangeListener
cssStyleRuleChangeCancel, cssStyleRuleChangeEnd, cssStyleRuleChangeStart, selectorListChange
 
Methods inherited from interface org.apache.batik.css.event.CSSStyleDeclarationChangeListener
cssStyleDeclarationChangeCancel, cssStyleDeclarationChangeEnd, cssStyleDeclarationChangeStart
 
Methods inherited from interface org.apache.batik.css.event.CSSPropertyChangeListener
cssPropertyChange
 

Method Detail

cssRuleAdded

public void cssRuleAdded(CSSRuleEvent evt)
Called when a CSSRule has been added to the style sheet.

cssRuleRemoved

public void cssRuleRemoved(CSSRuleEvent evt)
Called when a CSSRule has been removed to the style sheet.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.