com.inet.html.css
Interface CSSChangeListener

All Known Implementing Classes:
NewStyleResolver, StyleResolver

public interface CSSChangeListener

Listener Interface to get notified if a selector was added to the stylesheet.


Method Summary
 void handleNewCSSEntry(Selector selector)
          Notifies the listener if a selector was added
 

Method Detail

handleNewCSSEntry

void handleNewCSSEntry(Selector selector)
Notifies the listener if a selector was added

Parameters:
selector - the new selector